M_Rhino_Geometry_CurveBlend_GetDerLength - mcneel/rhinocommon-api-docs GitHub Wiki
Get the length of a derivative of the blend curve
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double GetDerLength(
int end,
int idx
)
VB
Public Function GetDerLength (
end As Integer,
idx As Integer
) As Double
- end
- Type: System.Int32
Which end of the blend - idx
- Type: System.Int32
Which derivative
Type: Double
[Missing documentation for "M:Rhino.Geometry.CurveBlend.GetDerLength(System.Int32,System.Int32)"]
Supported in: 6.0.16224.21491