- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @nboelens. I am not super familiar with Apprentice, but on the Inventor side, there is only a ModelState 'factory' when there is more than just the original ModelState present. And the 'factory' just seems to be whichever ModelState happens to currently be 'active' at that moment. Because when the MemberEditScope setting is set to 'active member only' setting, you can only edit whichever ModelState that is currently active. It is the same when working on that file by code. The inactive ModelStates are the 'member' ones, and they can be read, but not edited, while in that edit mode. So, in Inventor, we must first activate the ModelState that we want to edit, then edit it. Or, we can edit the ModelStateTable either through its properties, or by using the spreadsheet option (Excel), which can also be done by code. But I don't know about all of that from the perspective of Apprentice.
Wesley Crihfield
(Not an Autodesk Employee)