EngProgrammer
Aerospace
- Jan 14, 2015
- 150
Dear Forum,
I need some help getting at the dimension of the text displayed on the drawing. I am using the following snippet of code.
Dim dimObj As Dimension = Nothing
theUFSession.Obj.CycleObjsInPart(displayPart.Tag, UFConstants.UF_dimension_type, dimnsn)
dimObj = CType(NXObjectManager.Get(dimnsn), Dimension)
dimObj.ComputedSize.ToString())
I need some help getting at the dimension of the text displayed on the drawing. I am using the following snippet of code.
Dim dimObj As Dimension = Nothing
theUFSession.Obj.CycleObjsInPart(displayPart.Tag, UFConstants.UF_dimension_type, dimnsn)
dimObj = CType(NXObjectManager.Get(dimnsn), Dimension)
dimObj.ComputedSize.ToString())