NXOpen.UF.Modl.DimensionData Structure

NXOpen.UF.Modl.DimensionData is an alias for NXOpen.UF.ModlDimensionData_Struct

class NXOpen.UF.ModlDimensionData_Struct

Bases: object

Refer to UF_MODL_dimension_data_s for documentation.

Fields

NXOpen.UF.ModlDimensionData_Struct.Type Type of dimension - 0 - Parallel 1 - Diameter 2- angular 3- Radial 4 - RPO
NXOpen.UF.ModlDimensionData_Struct.FeatureTag The tag of the feature associated with the dimension
NXOpen.UF.ModlDimensionData_Struct.Value The value of the expression from which we create the dimension.
NXOpen.UF.ModlDimensionData_Struct.FirstPoint The absolute coordinates of objects used to create the dimension.
NXOpen.UF.ModlDimensionData_Struct.SecondPoint The second point necessary to create the parallel dimension.
NXOpen.UF.ModlDimensionData_Struct.Origin Origin for the dimension placement in absolute coordinates.
NXOpen.UF.ModlDimensionData_Struct.StartAngle Start angle for arc of radial dimensions in radians
NXOpen.UF.ModlDimensionData_Struct.EndAngle End angle for arc of radial dimensions in radians
NXOpen.UF.ModlDimensionData_Struct.CsysTag This is the coordinate system which defines the XY plane on which the dimension is created.
NXOpen.UF.ModlDimensionData_Struct.DrfTxt Dimension text associated with the dimension.
NXOpen.UF.ModlDimensionData_Struct.TopArray Topological information associated with the feature (such as faces or edges) which should be used to customize the dimension creation by the user.
NXOpen.UF.ModlDimensionData_Struct.NumTopArray Number of topological entities returned
NXOpen.UF.ModlDimensionData_Struct.FirstLine Used only when the dimension is angular, this is the first line to be created for the angular dimension.
NXOpen.UF.ModlDimensionData_Struct.SecondLine Used only when the dimension is angular, this is the Second line to be created for the angular dimension.