brepjs API Reference
    Preparing search index...

    Function polygon

    • Create a polygonal face from three or more coplanar points. The resulting face is always oriented.

      Parameters

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