CADability dotNET
Returns pairs of double values. Each pair defines the two parameters of the curve of a self intersection. The result is either empty or has an even number of double values.

Namespace: CADability.Curve2D
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

self intersection parameters

See Also