Message 1 of 2

Not applicable
08-23-2015
06:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Context:
Inventor 2016, In an assembly, using iLogic, changing the BOM structure.
Code:
'Sets BOM Structure to Default (Remove from BOM)
Component.InventorComponent("Hardware (1):1").BOMStructure = BOMStructureEnum.kDefaultBOMStructure
ThisDoc.Save
Problem:
When I use iLogic to change the BOM structure of a component from Reference to Default I get the following situation
It shows as Default(Reference) in the browser, and still reference in the BOM. It should be Default in both.
Anyone encountered this problem before? Any help would be much appreciated!
Cheers,
Ben
Solved! Go to Solution.