API Reference > geometry-core > CartesianGeometry > PolylineOps > compressShortEdges compressShortEdges MethodStatic Return a simplified subset of given points, omitting points if very close to their neighbors. This is a local search, with a single pass over the data. compressShortEdges(source: Point3d[], maxEdgeLength: number): Point3d[] Parameter Type Description source Point3d[] input points maxEdgeLength number Returns - Point3d[] Defined in core/geometry/src/geometry3d/PolylineOps.ts Line 46 Last Updated: 13 June, 2024