RhinoCommon API
Polyline Constructor (IEnumerablePoint3d) |
Initializes a new polyline from a collection of points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
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.