M_Rhino_Geometry_Curve_DerivativeAt_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Evaluate the derivatives at the specified curve parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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()
- 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.
Type: Vector3d[]
An array of vectors that represents all the derivatives starting at zero.
Supported in: 6.0.16224.21491, 5D58w