Why not make a derivative configuration with a section, simpler and usable for drawing.
Is it possible to make a section of an assembly in a configuration display state and how do I do it?
1 Like
The nuance between config and display state is quite subtle: display state vs configurations.
So I would say it depends on the expected result:
- if it's to manage transparencies/appearance, it's display state;
- if it's to replace one component with another, it's config;
- if it's to hide a component to clear the view, it's either display state or directly in the view (hide the component).
To get the section view of a config in a particular state: the parent view (where you draw the cut line) must be in the right config (there is a direct link between the master view config and the section), the display state, can be changed on a view-by-view basis.
3 Likes