Dimension Information
Properties Introduced:
See the section
Parameter Objects for brief descriptions.
|
|
You cannot set the value or designation status of reference dimension objects.
|
The property
pfcBaseParameter.Value returns the value of the parameter or dimension.
The property
pfcBaseDimension.DimValue accesses the dimension value as a double. This property provides a shortcut for accessing the values for the dimensions without using a
pfcParamValue object.
The property
pfcBaseDimension.DimType returns the type of the dimension such as linear, radial, angular, or diametrical, using the enumerated data type
pfcDimensionType. The valid values and a description of the dimension that each value specifies follow:::
• DIM_LINEAR—Specifies if the dimension is linear.
• DIM_RADIAL—Specifies if the dimension is radial.
• DIM_DIAMETER—Specifies if the dimension is diametrical.
• DIM_ANGULAR—Specifies if the dimension is angular.
The property
pfcBaseDimension.Symbol returns the dimension or reference dimension symbol (that is, “d#” or “rd#”).
The property
pfcBaseDimension.Texts allows access to the text strings that precede or follow the dimension value.