M_Rhino_Geometry_Curve_DerivativeAt_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.DerivativeAt Method (Double, Int32, CurveEvaluationSide)

Evaluate the derivatives at the specified curve parameter.

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

Syntax

C#

public Vector3d[] DerivativeAt(
	double t,
	int derivativeCount,
	CurveEvaluationSide side
)

VB

Public Function DerivativeAt ( 
	t As Double,
	derivativeCount As Integer,
	side As CurveEvaluationSide
) As Vector3d()

Parameters

 

t
Type: System.Double
Curve parameter to evaluate.
derivativeCount
Type: System.Int32
Number of derivatives to evaluate, must be at least 0.
side
Type: Rhino.Geometry.CurveEvaluationSide
Side of parameter to evaluate. If the parameter is at a kink, it makes a big difference whether the evaluation is from below or above.

Return Value

Type: Vector3d[]
An array of vectors that represents all the derivatives starting at zero.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
DerivativeAt Overload
Rhino.Geometry Namespace

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