Autodesk Inventor Customization
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Problem to create "ISO Pipe Threads holes" with VBA
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have created a hole of "ISO Metric profile" with the CreateTapInfo as
oHoleTapInfo = oPartDoc.ComponentDefinition.Features.HoleFeatures
and it is Ok.
But now I need to create a "ISO Pipe Threads" hole, and I can't find any "class" information in the "Thread.xls",
when I set CreateTapInfo as
oHoleTapInfo = oPartDoc.ComponentDefinition.Features.HoleFeatures
the error occur.
How to set the class information of "ISO Pipe Threads"?
Thanks a lot for your help!
Re: Problem to create "ISO Pipe Threads holes" with VBA
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The CreateTapInfo I setted is
oHoleTapInfo = oPartDoc.ComponentDefinition.Features.HoleFeatures
thanks

