Message 1 of 8
Inventor crashing with new 3D Annotations in drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have found that Inventor 2018 crashes when using GetRetrievableDimensions if the model document contains the new 3D Annotations:
Dim oDims As GeneralDimensions
oDims = osheet.DrawingDimensions.GeneralDimensions
For Each oView In oViews
oRetDims = oDims.GetRetrievableDimensions(oView)
(Works fine in 2017)
Dave Whiteley
Envisage UK Ltd