Skip to content

M_Rhino_Geometry_BezierCurve__ctor_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BezierCurve Constructor (IEnumerable(Point3d))

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

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

Syntax

C#

public BezierCurve(
	IEnumerable<Point3d> controlPoints
)

VB

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

Parameters

 

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BezierCurve Class
BezierCurve Overload
Rhino.Geometry Namespace

Clone this wiki locally