M_Rhino_Geometry_CurveBlend_SetTargetCurve - mcneel/rhinocommon-api-docs GitHub Wiki

CurveBlend.SetTargetCurve Method

Set the target curve for one end of a blend

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void SetTargetCurve(
	int end,
	Curve curve
)

VB

Public Sub SetTargetCurve ( 
	end As Integer,
	curve As Curve
)

Parameters

 

end
Type: System.Int32
Which end
curve
Type: Rhino.Geometry.Curve
The target curve

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️