Skip to main content

triangulate

Function triangulate 

Source
pub fn triangulate(
    model: &Model,
    shape: &Shape,
    deflection: Deflection,
    tol: Tolerances,
) -> OgeomResult<Triangulation>
Expand description

Triangulate every face below a shape, welded into one mesh.

ยงErrors

As triangulate_face.