Skip to main content

simplify

Function simplify 

Source
pub fn simplify(
    mesh: &Triangulation,
    target: Target,
    tol: Tolerances,
) -> OgeomResult<Simplified>
Expand description

Decimate a mesh.

ยงErrors

OgeomError::Construction if the target is not a positive count or a positive distance, or the mesh names a vertex it does not have.