Click or drag to resize

BezierCurveSplit Method

Divides the Bezier curve at the specified parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Split(
	double t,
	out BezierCurve left,
	out BezierCurve right
)

Parameters

t
Type: SystemDouble
parameter must satisfy 0 < t < 1
left
Type: Rhino.GeometryBezierCurve
right
Type: Rhino.GeometryBezierCurve

Return Value

Type: Boolean
true on success
See Also