brepjs API Reference
    Preparing search index...

    Function fuseBlueprints

    • Compute the boolean union of two simple blueprints.

      Segments each blueprint at their intersection points, discards segments inside the other shape, and reassembles the remaining curves.

      Parameters

      Returns Blueprint | Blueprints | null

      The fused outline, a Blueprints if the result is disjoint, or null if the operation produces no geometry.

      Both blueprints must be closed. For compound or multi-blueprint inputs, use fuse2D instead.