M_Rhino_Geometry_CurveBlend_SetDerLength - mcneel/rhinocommon-api-docs GitHub Wiki

CurveBlend.SetDerLength Method

Set the length of a derivative of the blend curve

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

Syntax

C#

public void SetDerLength(
	int end,
	int idx,
	double length
)

VB

Public Sub SetDerLength ( 
	end As Integer,
	idx As Integer,
	length As Double
)

Parameters

 

end
Type: System.Int32
Which end of the blend
idx
Type: System.Int32
Which derivative
length
Type: System.Double
New length

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

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