Skip to main content

boolean

Function boolean 

Source
pub fn boolean(
    mesh_a: &ManifoldImpl,
    mesh_b: &ManifoldImpl,
    op: OpType,
) -> ManifoldImpl
Expand description

Perform a 3D boolean operation on two manifold meshes.

For overlapping meshes, uses the full Boolean3 intersection algorithm. For disjoint meshes, uses fast-path shortcuts.