Gets a value that indicates whether this polyline is closed. The polyline is considered to be closed if its start is identical to its endpoint.
Gets a value that indicates whether this polyline is valid. Valid polylines have at least one segment, no Invalid points and no zero length segments.Closed polylines with only two segments are also not considered valid.
Gets the total length of the polyline.
Gets the number of segments for this polyline.
...
...
...
An array of line segments or null if the polyline contains fewer than 2 points.
...
The tolerance.
Returns true if polyline has 4 or more points, the distance between the start and end points is <= tolerance, and there is a point in the polyline whose distance from the start and end points is > tolerance.
...
Index of segment to retrieve.
Line segment at index or Line.Unset on failure.
...
A Nurbs curve shaped like this polyline or null on failure.
A curve shaped like this polyline or null on failure.
Transform to apply.
StaticcreateStaticcreatePoints to use for polyline creation as an array of points [x, y, z] or Point3dList.
StaticcreateStaticcreate
Even though this is a property, it is not a "fast" calculation. Every point is evaluated in order to get the bounding box of the list.