pub fn boolean_residual_fusables(
result: &BrepSolid,
tol: f64,
) -> Vec<ResidualFusable>Expand description
Part 2 — the fuse-after detector. Any geometry in result that is
coincident within tol yet NOT topologically shared is an intersector /
assembler bug: the weld pass should have fused it. Reports distinct
vertices at one point and duplicate coincident edges. Purely diagnostic.