OCCBrep.simplify

OCCBrep.simplify(merge_edges=True, merge_faces=True)

Simplify the shape by merging colinear edges and coplanar faces.

Parameters:
merge_edgesbool, optional

Merge edges with the same underlying geometry.

merge_facesbool, optional

Merge faces with the same underlying geometry.

Returns:
None