API Reference > geometry-core > CartesianGeometry > PolygonOps > sumTriangleAreas sumTriangleAreas MethodStatic Sum areas of triangles from points[0] to each far edge. Consider triangles from points[0] to each edge. Sum the areas(absolute, without regard to orientation) all these triangles. sumTriangleAreas(points: Point3d[] | GrowableXYZArray): number Parameter Type Description points Point3d[] | GrowableXYZArray Returns - number sum of absolute triangle areas. Defined in geometry3d/PolygonOps.ts Line 223 Last Updated: 12 June, 2024