control_points_number property

control_points_number property

Gets or sets the control points number.

Definition:

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

See Also