NURBS Trim Directions

NURBS Trim Directions

Module description

Defines the side to Keep.

See also
Class NURBSTrimPoint

Enumerations

enum  NURBSTrimDirection { kNone = 0, kPositive = 1, kNegative = 2 }
 

Enumeration Type Documentation

Enumerator
kNone 

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

kPositive 

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 

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.

1396 {
1399  kNone = 0,
1403  kPositive = 1,
1407  kNegative = 2
1408 };
Specifies the curve on both sides of the point should be kept – no trimming is done.
Definition: surf_api.h:1399
Specifies the curve on the negative side of the curve should be kept.
Definition: surf_api.h:1407
Specifies the curve on the positive side of the curve should be kept.
Definition: surf_api.h:1403