degree_v property

degree_v property

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

Definition:

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

See Also