closed property

closed property

Gets or sets a value indicating whether curve is closed. Specifies whether a NURBS curve is closed. The default is false. Optional.

Definition:

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

See Also