source property

source property

Gets or sets the source. Provides the values for the CVs and segments of the spline.

Definition:

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

See Also