Function fuse_fuzzy
Source pub fn fuse_fuzzy(
model: &mut Model,
a: &Shape,
b: &Shape,
fuzz: f64,
tol: Tolerances,
) -> OgeomResult<Built>
Expand description
fuse with geometry within fuzz of touching counted as touching.
ยงErrors
As fuse, plus a non-positive fuzz.