M_Rhino_Geometry_Curve_ExtremeParameters - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public double[] ExtremeParameters(
Vector3d direction
)
VB
Public Function ExtremeParameters (
direction As Vector3d
) As Double()
- direction
- Type: Rhino.Geometry.Vector3d
The direction in which to perform the calculation.
Type: Double[]
The parameter values of all local extrema.
Supported in: 6.0.16224.21491