OCCBrep.from_mesh

classmethod OCCBrep.from_mesh(mesh, solid=True)

Construct a BRep from a COMPAS mesh.

Parameters:
meshcompas.datastructures.Mesh

The input mesh.

solidbool, optional

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

Returns:
OCCBrep