M_Rhino_Geometry_Curve_ExtremeParameters - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ExtremeParameters Method

Returns the parameter values of all local extrema. Parameter values are in increasing order so consecutive extrema define an interval on which each component of the curve is monotone. Note, non-periodic curves always return the end points.

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

Syntax

C#

public double[] ExtremeParameters(
	Vector3d direction
)

VB

Public Function ExtremeParameters ( 
	direction As Vector3d
) As Double()

Parameters

 

direction
Type: Rhino.Geometry.Vector3d
The direction in which to perform the calculation.

Return Value

Type: Double[]
The parameter values of all local extrema.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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