NurbsType Enumeration
NURBS types.

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum NurbsType
Members
  Member nameValueDescription
Open0 The NurbsCurve is an open curve.
Closed1 The NurbsCurve is a closed curve has its last control point equals to its first one.
Periodic2 The NurbsCurve is a periodic curve.
See Also