OCCBrep.simplify
- OCCBrep.simplify(merge_edges=True, merge_faces=True, lineardeflection=None, angulardeflection=None)
- 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. 
- lineardeflectionfloat, optional
- Default is compas.tolerance.Tolerance.lineardeflection. 
- angulardeflectionfloat, optional
- Default is compas.tolerance.Tolerance.angulardeflection. 
 
- Returns:
- None