EngProgrammer
Aerospace
- Jan 14, 2015
- 150
Dear Forum,
With NXOpen, how do I get the height of a dimension, note and/or label.
Here's how I am getting the dimension object.
With NXOpen, how do I get the height of a dimension, note and/or label.
Here's how I am getting the dimension object.
Code:
theUFSession.Obj.CycleObjsInPart(displayPart.Tag, _
UFConstants.UF_dimension_type, dimnsn)
If dimnsn = NXOpen.Tag.Null Then
Continue Do
End If
dimObj = CType(NXObjectManager.Get(dimnsn), Dimension)