Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dim oDoc As Inventor.Document
oDoc = ThisDoc.Document
For Each oSketch In oDoc.ComponentDefinition.Sketches
oSketch.Visible = True
Next
I use mostly the above iLogic (several forms of it) when creating sketches. Thanks - it is from one of this user group postings. However, I also would like to have the ability to toggle the sketch dimension visibility too. I request help. Thanks.
Solved! Go to Solution.