closed property

closed property

Gets or sets a value indicating whether this PatchDirection is a closed curve.

Definition:

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

See Also