OCCBrep.to_tesselation
- OCCBrep.to_tesselation(linear_deflection=1, angular_deflection=0.1)
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[