Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am trying to get the value of a certain dimension from 3D annotations, I tried with this code but I had no success, any help is appreciated.
Dim oADoc As AssemblyDocument = ThisDoc.Document
Dim oMAs As ModelAnnotations = oADoc.ComponentDefinition.ModelAnnotations
Dim oMGN As ModelDimensions = oMAs.ModelDimensions.LinearModelDimensions.Item("Quota lineare 1").Value
MessageBox.Show(oMGN)
Thanks
Solved! Go to Solution.