M_Rhino_Geometry_BezierCurve__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Create bezier curve with controls defined by a list of 2d points
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BezierCurve(
IEnumerable<Point2d> controlPoints
)
VB
Public Sub New (
controlPoints As IEnumerable(Of Point2d)
)
- controlPoints
- Type: System.Collections.Generic.IEnumerable(Point2d)
Supported in: 6.0.16224.21491, 5D58w
BezierCurve Class
BezierCurve Overload
Rhino.Geometry Namespace