CADability dotNET
Returns the self intersection position of this curve. The returned array contains pairs of parameter values. Each intersectionpoint corresponds to two parameters.

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

Syntax

C#
double[] GetSelfIntersections()
Visual Basic
Function GetSelfIntersections As Double()
Visual C++
array<double>^ GetSelfIntersections()

Return Value

Parameters of the intersection points

See Also