NurbsCurve.Order

NurbsCurve.Order property

Gets or sets the order of a NURBS curve, it defines the number of nearby control points that influence any given point on the curve.

public int Order { get; set; }

Property Value

The order.

See Also