List of NURBS Trim Directions

3DS Max Plug-In SDK

List of NURBS Trim Directions

See Also: Class NURBSTrimPoint.

One of the following enum values describes a direction for a trim to the curve. This defines the side of the curve to keep relative to the trim point.

kNone = 0

Specifies the curve on both sides of the point should be kept -- no trimming is done.

kPositive = 1

Specifies the curve on the positive side of the curve should be kept. The positive side is the side between the point towards greater values in the curve parameter space.

kNegative = 2

Specifies the curve on the negative side of the curve should be kept. The negative side is the side between the point towards lesser values in the curve parameter space.