faces property

faces property

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

Definition:

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

See Also