Polyline Constructor (IEnumerable(Point3d))

Polyline Constructor (IEnumerablePoint3d)

Initializes a new polyline from a collection of points.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Polyline(
	IEnumerable<Point3d> collection
)
Public Sub New ( 
	collection As IEnumerable(Of Point3d)
)

Parameters

collection
Type: System.Collections.GenericIEnumerablePoint3d
Points to copy into the local vertex array.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also