Drawing View Model State change

Drawing View Model State change

deehawk
Enthusiast Enthusiast
291 Views
1 Reply
Message 1 of 2

Drawing View Model State change

deehawk
Enthusiast
Enthusiast

I would like to streamline a drawing set to change model states of several parts and sub assemblies according to the model state of the main assembly. I already use linked model states and states with same name, but since a model can be any state at any time, the subdrawings become static (don't change according to main assembly)

I have 5-6  subassemblies which need to change with the main assembly. Right now I have to manually check model state on each relevant view on each drawing. 

 

Model state snippets seem to include most needed applications for part and assembly.

But for drawings I can only find 'read only' actions.

 

Is there a way to force a model state change on a view? 

0 Likes
292 Views
1 Reply
Reply (1)
Message 2 of 2

Zach.Stauffer
Advocate
Advocate

If you want a view to reflect a certain Model State, you can use DrawingView.SetActiveModelState:

 

https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=GUID-E89AF8F1-203D-494B-9352-034CF046BFB8

0 Likes