divisions property

divisions property

Gets or sets the number of divisions between adjacent control points in current direction.

Definition:

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

See Also