points
AccessorReadOnly
Return iterator over the points in this collection. Usage:
for (const point: Point3d of collection.points) { ... }
points: Iterable<Point3d>
Returns - Iterable<Point3d>
Defined in
- geometry3d/IndexedXYZCollection.ts Line 299
Last Updated: 20 June, 2023