order property

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.

Definition:

@property
def order(self):
    ...
@order.setter
def order(self, value):
    ...

See Also