Message 1 of 3
Set design view representation of Sub assembly using iLogic - This is solution of many queries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Component.InventorComponent("Sub Assembly Name").SetDesignViewRepresentation("View 1",,True)
Just run this rule in parent assembly where you want to set specific design view representation of sub-assembly
Sub Assembly Name = name appearing in browser for your subassembly
View 1 = name of your desired view representation in that sub assembly
In attached image, Sub assembly name is "Chamber Insulation Riveted" and desired view representation is "Default". It's set by this one line rule only