rational property

rational property

Gets or sets whether it is rational, this value indicates whether this NurbsCurve is rational spline or non-rational spline. Non-rational B-spline is a special case of rational B-splines.

Definition:

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

See Also