Curve.ExtremeParameters Method

CurveExtremeParameters 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)
Syntax
public double[] ExtremeParameters(
	Vector3d direction
)
Public Function ExtremeParameters ( 
	direction As Vector3d
) As Double()

Parameters

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

Return Value

Type: Double
The parameter values of all local extrema.
Version Information

Rhino for Windows

Supported in: 6.14
See Also