Edge.points()
Returns the edge polyline as { x, y, z } points, optionally in world space.
Usage
javascript
const pts = edge.points(true);Pass false to read local polyline coordinates.
Edge.points()Returns the edge polyline as { x, y, z } points, optionally in world space.
const pts = edge.points(true);Pass false to read local polyline coordinates.