Enum pfcDimensionSenseType
Description
This enumerated type contains the options used for dimensions to attach to entities in a drawing.
The dimension sense gives more information about how the dimension attaches to the entity,
for example, to what part of the entity, and in what direction the dimension runs.
-
See Also:
-
pfcEmptyDimensionSense, pfcPointDimensionSense, pfcSplinePointDimensionSense, pfcTangentIndexDimensionSense, pfcLinAOCTangentDimensionSense, pfcAngleDimensionSense, pfcPointToAngleDimensionSense, pfcDimension2D.GetDimensionSenses(), pfcEmptyDimensionSense.Create(), pfcPointDimensionSense.Create(), pfcSplinePointDimensionSense.Create(), pfcTangentIndexDimensionSense.Create(), pfcLinAOCTangentDimensionSense.Create(), pfcAngleDimensionSense.Create(), pfcPointToAngleDimensionSense.Create()
Values
-
DIMSENSE_NONE
- No special dimension information is provided.
-
DIMSENSE_POINT
- The dimension is attached to a point.
-
DIMSENSE_SPLINE_PT
- The dimension is attached to a spline point.
-
DIMSENSE_TANGENT_INDEX
- The dimension attaches to a tangent of the entity, which is an arc or circle.
-
DIMSENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT
- The dimension is the perpendicular distance between a line and a tangent to an arc or a circle which is parallel to the line.
-
DIMSENSE_ANGLE
- The dimension is the angle between two straight entities.
-
DIMSENSE_POINT_TO_ANGLE
- The dimension is the angle between a line entity and the tangent to a curved entity at one of its ends.
-
DimensionSenseType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.