PolylineCurve Constructor (IEnumerablePoint3d) |
Initializes a new polyline curve by copying its content from another set of points.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic PolylineCurve(
IEnumerable<Point3d> points
)
Public Sub New (
points As IEnumerable(Of Point3d)
)
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
A list, an array or any enumerable set of points to copy from.
This includes a Polyline object.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also