Enum pfcDatumPointConstraintType
# include <pfcDatumPointFeat.h>
enum pfcDatumPointConstraintType
{
pfcDTMPNT_ON,
pfcDTMPNT_OFFSET,
pfcDTMPNT_CENTER,
pfcDTMPNT_NORMAL,
pfcDTMPNT_PARALLEL,
pfcDTMPNT_LENGTH,
pfcDTMPNT_LENGTH_END,
pfcDTMPNT_RATIO,
pfcDTMPNT_RATIO_END,
pfcDTMPNT_ALONG_X,
pfcDTMPNT_ALONG_Y,
pfcDTMPNT_ALONG_Z,
pfcDTMPNT_CARTESIAN,
pfcDTMPNT_CYLINDRICAL,
pfcDTMPNT_SPHERICAL,
pfcDatumPointConstraintType_nil
};
Description
This enumerated type lists different types of datum point constraints.
Values
-
pfcDTMPNT_ON
-
-
pfcDTMPNT_OFFSET
-
-
pfcDTMPNT_CENTER
-
-
pfcDTMPNT_NORMAL
-
-
pfcDTMPNT_PARALLEL
-
-
pfcDTMPNT_LENGTH
-
-
pfcDTMPNT_LENGTH_END
-
-
pfcDTMPNT_RATIO
-
-
pfcDTMPNT_RATIO_END
-
-
pfcDTMPNT_ALONG_X
-
-
pfcDTMPNT_ALONG_Y
-
-
pfcDTMPNT_ALONG_Z
-
-
pfcDTMPNT_CARTESIAN
-
-
pfcDTMPNT_CYLINDRICAL
-
-
pfcDTMPNT_SPHERICAL
-
-
pfcDatumPointConstraintType_nil
- Enum null value.