NurbsType enumeration
NurbsType enumeration
NURBS types.
The NurbsType type exposes the following members:
Fields
Field | Description |
---|---|
OPEN | The NurbsCurve is an open curve. |
CLOSED | The NurbsCurve is a closed curve has its last control point equals to its first one. |
PERIODIC | The NurbsCurve is a periodic curve. |
See Also
- module
aspose.threed.entities
- class
NurbsCurve