Enum pfcDimensionPointType
Description
This enumerated type contains the types of point references used by a pfcPointDimensionSense object.
-
See Also:
-
pfcPointDimensionSense, pfcDimension2D.GetDimensionSenses(), pfcPointDimensionSense.Create()
Values
-
DIMPOINT_END1
- The entity endpoint where t=0.0
-
DIMPOINT_END2
- The entity endpoint where t=1.0
-
DIMPOINT_CENTER
- The entity center point (arc or circle entities).
-
DIMPOINT_NONE
- No infomation was provided about the attachment point for this entity.
-
DIMPOINT_MIDPOINT
- The entity midpoint where t=0.5
-
DimensionPointType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.