Message 1 of 9
Issues of 'Primary' Part Design View (doubling and unexpected DesignViewType)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I feel a bit puzzled with Design Views of part-model.
For example, when I create a new IPT using default template it gets five entries inside the 'View' "folder" of Model browser.
But when I try to print out names and types (DesignViewTypeEnum) of all Design Views in cycle with iLogic-rule like this:
Dim repMgr = ThisDoc.Document.ComponentDefinition.RepresentationsManager
logger.info("DVR-count: " & repMgr.DesignViewRepresentations.Count)
For each dvr In repMgr.DesignViewRepresentations
logger.info(dvr.Name & vbTab & vbTab & repMgr.ActiveDesignViewRepresentation.DesignViewType)
Next
... I get six view names (including TWO "[Primary]") and all Enum-s are 57348 (kTransientDesignViewType) while my expectation was to get at least one 'kPrimaryDesignViewType' (57345) :
What I'm missing?
PS:
The described was just reproduced in Inventor 2024.2.
Please vote for Inventor-Idea Text Search within Option Names