Message 1 of 4
Inventor VBA Get Derived Part Name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I have a Autodesk Inventor VBA macro, attached, that exports a bill of materials to a txt file so that it can be opened using notepad (for testing purposes only).
This works fine except,
Some of the parts, in the assembly, are made using a "Derived Part".
For example,
I have created a "Laser Cut Profile" and saved it as "Part001.ipt".
I have then created a new part and inserted "Part001.ipt" as a "Derived Part".
I have saved this new part as "Part002.ipt"
The exported BOM file (in txt format) only outputs the part "Part002.ipt" and does not output the part "Part001.ipt"
Can anybody update the attached file so that it can also add the derived part to the exported bom file???
Many thanks in advance!!!
Darren