Library | Module

Enum EpfcDimensionPointType

Description

This enumerated type contains the types of point references used by a IpfcPointDimensionSense object.
See Also:
IpfcPointDimensionSense, IpfcDimension2D.GetDimensionSenses(), IpfcPointDimensionSense.Create()




Values

EpfcDIMPOINT_END1
The entity endpoint where t=0.0

EpfcDIMPOINT_END2
The entity endpoint where t=1.0

EpfcDIMPOINT_CENTER
The entity center point (arc or circle entities).

EpfcDIMPOINT_NONE
No infomation was provided about the attachment point for this entity.

EpfcDIMPOINT_MIDPOINT
The entity midpoint where t=0.5

EpfcDimensionPointType_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.