Skip to main content

boolean_residual_fusables

Function boolean_residual_fusables 

Source
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.