M_Rhino_Geometry_PolylineCurve__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

PolylineCurve Constructor (IEnumerable(Point3d))

Initializes a new polyline curve by copying its content from another set of points.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public PolylineCurve(
	IEnumerable<Point3d> points
)

VB

Public Sub New ( 
	points As IEnumerable(Of Point3d)
)

Parameters

 

points
Type: System.Collections.Generic.IEnumerable(Point3d)
A list, an array or any enumerable set of points to copy from. This includes a Polyline object.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolylineCurve Class
PolylineCurve Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️