shape property

shape property

The base profile to construct the geometry.

Definition:

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

See Also