pub fn boolean_handle(
a: u32,
b: u32,
operation: &str,
tolerance: f64,
merge_coplanar_faces: bool,
) -> Result<u32, JsValue>Expand description
Boolean of two resident solids -> a NEW resident handle. The result never crosses the boundary as topology; only its handle is returned. Kernel-produced result is trusted (no double-validate).