OCCBrep.to_tesselation
- OCCBrep.to_tesselation(linear_deflection=None, angular_deflection=None)
- Create a tesselation of the shape for visualisation. - Parameters:
- linear_deflectionfloat, optional
- Allowable “distance” deviation between curved geometry and mesh discretisation. 
- angular_deflectionfloat, optional
- Allowable “curvature” deviation between curved geometry and mesh discretisation. 
 
- Returns:
- tuple[compas.datastructures.Mesh, list[compas.geometry.Polyline]]
 
- tuple[