Skip to main content

tessellate_brep_watertight

Function tessellate_brep_watertight 

Source
pub fn tessellate_brep_watertight(
    solid: &BrepSolid,
    chord_tolerance: f64,
) -> Result<Mesh, String>
Expand description

Watertight tessellation of a closed solid: coincident triangulation along every shared edge, density driven by chord_tolerance.