Click or drag to resize

PolylineCurveToArray Method

Returns the underlying Polyline points as an array.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.9
Syntax
public Point3d[] ToArray()

Return Value

Type: Point3d
An array of 3d points.
See Also