Skip to main content

fuse

Function fuse 

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

The union of two solids.

ยงErrors

OgeomError::NotDone for configurations the boolean refuses: tangential or same-domain contact, scaled placements; OgeomError::Construction for arguments that are not closed solids.