brepjs API Reference
    Preparing search index...

    Function compoundSketchFace

    • Build a face from a compound sketch (outer boundary with holes).

      Parameters

      Returns ShapeHandle & { "[___brand]": "face"; "[___dim]": "3D" } & {
          "[___oriented]": true;
      } & { "[___planar]": true }

      A face with inner wires subtracted as holes.

      CompoundSketch.face for the OOP equivalent.