API Reference > geometry-core > CartesianGeometry > Point3dArray > cloneWithMaxEdgeLength cloneWithMaxEdgeLength MethodStatic clone points in the input array, inserting points within each edge to limit edge length. cloneWithMaxEdgeLength(points: Point3d[], maxEdgeLength: number): Point3d[] Parameter Type Description points Point3d[] array of points maxEdgeLength number max length of an edge Returns - Point3d[] Defined in core/geometry/src/geometry3d/PointHelpers.ts Line 672 Last Updated: 13 June, 2024