RhinoCommon API
BezierCurve Constructor (IEnumerablePoint2d) |
Create bezier curve with controls defined by a list of 2d points
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public BezierCurve( IEnumerable<Point2d> controlPoints )
Public Sub New ( controlPoints As IEnumerable(Of Point2d) )
Parameters
- controlPoints
- Type: System.Collections.GenericIEnumerablePoint2d