getPoint

fun getPoint(pointIndex: Int): Point

Returns a point at a specified point index. The points in the part are the start and end points of segments. Segments can share a point if the end point of one segment matches the start point of the next.

Return

A Point.

Since

200.1.0

Parameters

pointIndex

Zero-based index of the point.

Throws

if pointIndex is out of range.