Library | Module

Enum pfcOrientationHint

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:
pfcDrawingDimCreateInstructions, pfcDimension2D.GetOrientationHint()




Values

ORIENTHINT_NONE
No orientation information is needed or provided.
ORIENTHINT_HORIZONTAL
The dimension is horizontal.
ORIENTHINT_VERTICAL
The dimension is vertical.
ORIENTHINT_SLANTED
The dimension is slanted.
ORIENTHINT_ELLIPSE_RADIUS1
The major diameter of an ellipse.
ORIENTHINT_ELLIPSE_RADIUS2
The minor diameter of an ellipse.
ORIENTHINT_ARC_ANGLE
The angle of an arc.
ORIENTHINT_ARC_LENGTH
The length of an arc.
ORIENTHINT_LINE_TO_TANGENT_CURVE_ANGLE
The angle between a line and the tangent at a curve point.
OrientationHint_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.