Skip to main content

cut_fuzzy

Function cut_fuzzy 

Source
pub fn cut_fuzzy(
    model: &mut Model,
    a: &Shape,
    b: &Shape,
    fuzz: f64,
    tol: Tolerances,
) -> OgeomResult<Built>
Expand description

cut at a stated fuzz.

ยงErrors

As fuse_fuzzy.