shape property

shape property

The base shape to be extruded.

Definition:

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

See Also