M_Rhino_Geometry_CurveBlend_SetTargetCurve - mcneel/rhinocommon-api-docs GitHub Wiki
Set the target curve for one end of a blend
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void SetTargetCurve(
int end,
Curve curve
)
VB
Public Sub SetTargetCurve (
end As Integer,
curve As Curve
)
- end
- Type: System.Int32
Which end - curve
- Type: Rhino.Geometry.Curve
The target curve
Supported in: 6.0.16224.21491