area MethodStatic
Compute the area of the polygon.
area(points: Point3d[]): number
@returns polygon area.
| Parameter | Type | Description |
|---|---|---|
| points | Point3d[] | polygon vertices, closure point optional. Polygon can be in any plane. |
Returns - number
polygon area.
Defined in
- geometry3d/PolygonOps.ts Line 533
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.