CADability dotNET
Returns an array of points in parametric space where there are extrema in direction of x-, y- or z-axis. The normal vector in a extremum is parallel to one of the axis and the surface has a relative maximum or minimum in this direction.

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

Syntax

C#
GeoPoint2D[] GetExtrema()
Visual Basic
Function GetExtrema As GeoPoint2D()
Visual C++
array<GeoPoint2D>^ GetExtrema()

Return Value

s.a.

See Also