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):
...
Gets or sets a value indicating whether there is a segment connecting the first and last control vertices.
@property
def closed(self):
...
@closed.setter
def closed(self, value):
...