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()
Public Function ToArray As Point3d()
Return Value
Type:
Point3dAn array of 3d points.
See Also