shells property

shells property

Gets or sets the shells. This element defines all the shells of the BREP structure.

Definition:

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

See Also