Enum NurbsType

NurbsType enumeration

NURBS types.

public enum NurbsType

Values

NameValueDescription
Open0The NurbsCurve is an open curve.
Closed1The NurbsCurve is a closed curve has its last control point equals to its first one.
Periodic2The NurbsCurve is a periodic curve.

See Also