Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
These calls fail if the assembly LOD representation is set to anything other than MASTER.
' Set the structured view to 'all levels'
oBOM.StructuredViewFirstLevelOnly = False
' Make sure that the structured view is enabled.
oBOM.StructuredViewEnabled = True
'oBOM.PartsOnlyViewEnabled = True
oBOMView = oBOM.BOMViews.Item("Structured")
Inventor 2018.1.2
Is this a known issue?
Dave
Envisage UK Ltd
Solved! Go to Solution.