Curve.CreateBlendCurve Method (Curve, Curve, BlendContinuity)

CurveCreateBlendCurve Method (Curve, Curve, BlendContinuity)

Create a Blend curve between two existing curves.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Curve CreateBlendCurve(
	Curve curveA,
	Curve curveB,
	BlendContinuity continuity
)
Public Shared Function CreateBlendCurve ( 
	curveA As Curve,
	curveB As Curve,
	continuity As BlendContinuity
) As Curve

Parameters

curveA
Type: Rhino.GeometryCurve
Curve to blend from (blending will occur at curve end point).
curveB
Type: Rhino.GeometryCurve
Curve to blend to (blending will occur at curve start point).
continuity
Type: Rhino.GeometryBlendContinuity
Continuity of blend.

Return Value

Type: Curve
A curve representing the blend between A and B or null on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also