Message 1 of 8
Define envelope (assembly) vba automation

Not applicable
10-23-2018
11:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
we send very often assmeblies to other companies and we have to envelope some parts with the "simplify tab".
https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2017/ENU/Inventor-Help/files/G...
I already added a custom ipropertie to all parts that marks them as needed or not needed for export.
Now I want to define envelopes by VBA (API). But I can not find any information for it? Maybe it isnt availible in the API?!
Any keywords, hints or ideas?
I thouht to something like that would be possible (simple version):
For Each oPart in Assembly If custom ipropertie "Envelope" = Yes Then oPart.Envelope = True End If Next
Thanks for any help.