CADability dotNET
Returns points of the curve (parameter values between 0.0 and 1.0) where the curve is tangential to a plane defined by the normal vector direction. These points are minima or maxima in that direction.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
double[] GetExtrema(
	GeoVector direction
)
Visual Basic
Function GetExtrema ( _
	direction As GeoVector _
) As Double()
Visual C++
array<double>^ GetExtrema(
	GeoVector direction
)

Parameters

direction
Type: CADability..::..GeoVector
Direction for the extrema

Return Value

Positions of the extrema, if any

See Also