Skip to content

M_Rhino_Geometry_CurveBlend_GetDerLength

Will Pearson edited this page Aug 12, 2016 · 1 revision

CurveBlend.GetDerLength Method

Get the length of a derivative of the blend curve

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

Syntax

C#

public double GetDerLength(
	int end,
	int idx
)

VB

Public Function GetDerLength ( 
	end As Integer,
	idx As Integer
) As Double

Parameters

 

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

Return Value

Type: Double
[Missing documentation for "M:Rhino.Geometry.CurveBlend.GetDerLength(System.Int32,System.Int32)"]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

Clone this wiki locally