degree_u property

degree_u property

Gets or sets the degree u. Specifies the degree of the NURBS curve for the u direction. Required.

Definition:

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

See Also