RhinoCommon API
BezierCurveCreateBeziers Method |
Create an array of Bezier curves that fit to an existing curve. Please note, these
Beziers can be of any order and may be rational.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static BezierCurve[] CreateBeziers( Curve sourceCurve )
Public Shared Function CreateBeziers ( sourceCurve As Curve ) As BezierCurve()
Parameters
- sourceCurve
- Type: Rhino.GeometryCurve
The curve to fit Beziers to
Return Value
Type: BezierCurveA new array of Bezier curves

Rhino for Windows
Supported in: 6.14