weights property

weights property

Gets or sets weights of knot

Definition:

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

See Also