API Reference > geometry-core > ArraysAndInterfaces > IndexedXYZCollection > points 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 165 Last Updated: 11 June, 2024