Hide drawingView lines of a part's feature withing the view's assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I would like to hide all lines of specific features of a part that lies within the view's assebly. How could I achieve this?
Manualy it can be done by selecting the features in question and by right clicking them i can "mark" them and they become green. After that, by right clicking on them on the drawingView (the now green lines) i can select the option to hide them.
I found the "DrawingSelectFeatureCmd" comand from the available comands of ControlDefinition which I suppose does the first part of the manual way but, provided I am correct about that, how can I then "right-click" them and hide them?
I know that I can achieve the same visual result by creating a new visual representation of the part in question and suppress these features and then another one in the assmbly that uses that representation instead of the one that these features are not suppressed but that way will break alot of my code so I would prefer not to go that route.
Thank you in advance!