Enum EpfcOrientationHint
Description
This enumerated type contains the possible types indicating the orientation of the dimension in
cases where this cannot be deduced from the attachments themselves.
When such a dimension is created interactively in Creo Parametric,
the user is prompted for the extra information.
-
See Also:
-
IpfcDrawingDimCreateInstructions, IpfcDimension2D.GetOrientationHint()
Values
-
EpfcORIENTHINT_NONE
- No orientation information is needed or provided.
-
EpfcORIENTHINT_HORIZONTAL
- The dimension is horizontal.
-
EpfcORIENTHINT_VERTICAL
- The dimension is vertical.
-
EpfcORIENTHINT_SLANTED
- The dimension is slanted.
-
EpfcORIENTHINT_ELLIPSE_RADIUS1
- The major diameter of an ellipse.
-
EpfcORIENTHINT_ELLIPSE_RADIUS2
- The minor diameter of an ellipse.
-
EpfcORIENTHINT_ARC_ANGLE
- The angle of an arc.
-
EpfcORIENTHINT_ARC_LENGTH
- The length of an arc.
-
EpfcORIENTHINT_LINE_TO_TANGENT_CURVE_ANGLE
- The angle between a line and the tangent at a curve point.
-
EpfcOrientationHint_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.