M_Rhino_Geometry_CurveBlend_SetDerLength - mcneel/rhinocommon-api-docs GitHub Wiki
Set the length of a derivative of the blend curve
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void SetDerLength(
int end,
int idx,
double length
)
VB
Public Sub SetDerLength (
end As Integer,
idx As Integer,
length As Double
)
- end
- Type: System.Int32
Which end of the blend - idx
- Type: System.Int32
Which derivative - length
- Type: System.Double
New length
Supported in: 6.0.16224.21491