brepjs API Reference
    Preparing search index...

    Function booleanPipeline

    • Execute a chained boolean pipeline in a single WASM call.

      More efficient than sequential fuse/cut calls for long chains (e.g., 16-step spiral staircase). Skips UnifySameDomain on intermediate results — only simplifies the final shape.

      Falls back to sequential operations when the C++ pipeline class is not available in the WASM build.

      Parameters

      Returns Result<Shape3D>