Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to set hidden lines for the following component in my view: VIEW1, 000076253.iam, N1 + N3, 000078783:1.
So far i have had no succes in selecting anything with iLogic past the view.
I want to show hidden lines for 000078783:1 automatically.
The reason why i need to do this is so that the component shows up on the drawing view. My model is parametric so for some configurations 000078783 is not visible, if it becomes visible in a later configuration hidden lines are off again. So i need a way to toggle them if needed.
I found a way to target the modeldocument behind a view, but i am not certain how to proceed:
Dim oSheet As Sheet = ThisDoc.Document.ActiveSheet Dim oView As DrawingView = oSheet.DrawingViews.Item(1) ' Specify the view name Dim modelDocument As Document = oView.ModelDocument
Any help or links to the documentation would be greatly appreciated!
Solved! Go to Solution.