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):
...
Gets or sets the degree. Specifies the degree of the NURBS curve.
@property
def degree(self):
...
@degree.setter
def degree(self, value):
...