NurbsDirection.Order

NurbsDirection.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; }

See Also