Defines the side to Keep.
- See also
- Class NURBSTrimPoint
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.
|
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