Enum NurbsType
NurbsType enumeration
NURBS types.
public enum NurbsType
Values
Name | Value | Description |
---|---|---|
Open | 0 | The NurbsCurve is an open curve. |
Closed | 1 | The NurbsCurve is a closed curve has its last control point equals to its first one. |
Periodic | 2 | The NurbsCurve is a periodic curve. |
See Also
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D