06-21-2023
08:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-21-2023
08:04 AM
Hi @tcaG6GZK,
Something like this should work:
oPane = ThisApplication.ActiveDocument.BrowserPanes("Model")
oFolder = oPane.TopNode.BrowserFolders.Item("My_Folder")
'look at each item in the folder
For Each oNode As BrowserNode In oFolder.BrowserNode.BrowserNodes
oComp = oNode.NativeObject
oComp.BOMStructure = BOMStructureEnum.kPurchasedBOMStructure
Next
I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com