Skip to main content

boolean_result

Function boolean_result 

Source
pub fn boolean_result(
    in_p: &ManifoldImpl,
    in_q: &ManifoldImpl,
    op: OpType,
    bool3: &Boolean3,
) -> ManifoldImpl
Expand description

Assemble the output mesh from Boolean3 intersection data.

This is the Rust port of Boolean3::Result() from boolean_result.cpp.