OCCBrep.from_brepfaces

classmethod OCCBrep.from_brepfaces(faces, solid=True)

Make a BRep from a list of BRep faces forming an open or closed shell.

Parameters:
faceslist[OCCBrepFace]

The input faces.

solidbool, optional

Flag indicating that if the resulting shape should be converted to a solid, if possible.

Returns:
OCCBrep