CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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.Curve2DAssembly: 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() |