smooth property

smooth property

Gets or sets the smooth.

Definition:

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

See Also