BezierCurve.CreateBeziers Method

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)
Syntax
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: BezierCurve
A new array of Bezier curves
Version Information

Rhino for Windows

Supported in: 6.14
See Also