brepjs API Reference
    Preparing search index...

    Function cutBlueprints

    • Compute the boolean difference of two simple blueprints (first minus second).

      Segments the blueprints at their intersections, keeps segments of the first that are outside the second, and segments of the second that are inside the first (reversed to form the boundary of the cut).

      Parameters

      Returns Blueprint | Blueprints | null

      The remaining outline, or null if nothing remains.

      Both blueprints must be closed. For compound inputs use cut2D.