bunta
Mechanical
- Jun 30, 2016
- 1
Hi,
I am trying to read drawing dimensions to a file. I used workPart.Dimensions.ToArray() method. Linear dimensions are fine. However, dimensions that made with "hole callout"(Radial Dimension-> Mesuremennt -> Hole Callout) have more than one entity in the array. For example, a general hole will have three dimensions in the array (HoleDimension 119341, RadiusDimension 160698, RadiusDimension 160672). Is in NX Open or UG Open a function that relates these dimensions? I found ufs.Drf.AskControllingMemberOfCallout(callout, out controllingMember); in UG Open but this function does not work hole callout Tag.
Thank you,
I am trying to read drawing dimensions to a file. I used workPart.Dimensions.ToArray() method. Linear dimensions are fine. However, dimensions that made with "hole callout"(Radial Dimension-> Mesuremennt -> Hole Callout) have more than one entity in the array. For example, a general hole will have three dimensions in the array (HoleDimension 119341, RadiusDimension 160698, RadiusDimension 160672). Is in NX Open or UG Open a function that relates these dimensions? I found ufs.Drf.AskControllingMemberOfCallout(callout, out controllingMember); in UG Open but this function does not work hole callout Tag.
Thank you,