Enum EpfcDimensionSenseType
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:
-
IpfcEmptyDimensionSense, IpfcPointDimensionSense, IpfcSplinePointDimensionSense, IpfcTangentIndexDimensionSense, IpfcLinAOCTangentDimensionSense, IpfcAngleDimensionSense, IpfcPointToAngleDimensionSense, IpfcDimension2D.GetDimensionSenses(), IpfcEmptyDimensionSense.Create(), IpfcPointDimensionSense.Create(), IpfcSplinePointDimensionSense.Create(), IpfcTangentIndexDimensionSense.Create(), IpfcLinAOCTangentDimensionSense.Create(), IpfcAngleDimensionSense.Create(), IpfcPointToAngleDimensionSense.Create()
Values
-
EpfcDIMSENSE_NONE
- No special dimension information is provided.
-
EpfcDIMSENSE_POINT
- The dimension is attached to a point.
-
EpfcDIMSENSE_SPLINE_PT
- The dimension is attached to a spline point.
-
EpfcDIMSENSE_TANGENT_INDEX
- The dimension attaches to a tangent of the entity, which is an arc or circle.
-
EpfcDIMSENSE_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.
-
EpfcDIMSENSE_ANGLE
- The dimension is the angle between two straight entities.
-
EpfcDIMSENSE_POINT_TO_ANGLE
- The dimension is the angle between a line entity and the tangent to a curved entity at one of its ends.
-
EpfcDimensionSenseType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.