Message 1 of 2
Inventor Drawing; Toggle hide dimension while in active sketch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have seen some post that you can use VBA with this code to hide/unhide dimension but it seems it doesn't work on the inventor 2024 version.
Dim oDoc As PartDocument oDoc = ThisApplication.ActiveDocument oDoc.ComponentDefinition.Sketches(1).DimensionsVisible = Not oDoc.ComponentDefinition.Sketches(1).DimensionsVisible