API Reference > geometry-core > CartesianGeometry > PolylineOps > compressSmallTriangles compressSmallTriangles MethodStatic Return a simplified subset of given points, omitting points of the triangle with adjacent points is small. This is a local search, with a single pass over the data. compressSmallTriangles(source: Point3d[], maxTriangleArea: number): Point3d[] Parameter Type Description source Point3d[] input points maxTriangleArea number Returns - Point3d[] Defined in core/geometry/src/geometry3d/PolylineOps.ts Line 57 Last Updated: 13 June, 2024