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

Last Updated: 16 April, 2024