closed_v property
closed_v property
Gets or sets a value indicating whether is closed v. Specifies whether a NURBS curve is closed for the v direction. The default is false. Optional.
Definition:
@property
def closed_v(self):
...
@closed_v.setter
def closed_v(self, value):
...