closed property

closed property

Gets or sets a value indicating whether there is a segment connecting the first and last control vertices.

Definition:

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

See Also