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 |
Defined in
Last Updated: 08 January, 2020