shape property

shape property

Gets or sets the base profile used to revolve.

Definition:

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

See Also