M_Rhino_Geometry_BezierCurve__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

BezierCurve Constructor (IEnumerable(Point2d))

Create bezier curve with controls defined by a list of 2d points

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

Syntax

C#

public BezierCurve(
	IEnumerable<Point2d> controlPoints
)

VB

Public Sub New ( 
	controlPoints As IEnumerable(Of Point2d)
)

Parameters

 

controlPoints
Type: System.Collections.Generic.IEnumerable(Point2d)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BezierCurve Class
BezierCurve Overload
Rhino.Geometry Namespace

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