PatchDirectionType enumeration

PatchDirectionType enumeration

Patch direction’s types.

The PatchDirectionType type exposes the following members:

Fields

FieldDescription
BEZIERThe patch direction is a Bezier curve.
QUADRATIC_BEZIERThe quadratic bezier patch.
The patch direction is a quadratic curve.
CARDINAL_SPLINEcardinal patch.
The patch direction is a cardinal spline.
BASIS_SPLINEThe patch direction is a basis spline.
LINEARThe patch direction is a linear curve.

See Also