degree property

degree property

Gets or sets the degree. Specifies the degree of the NURBS curve.

Definition:

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

See Also