CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the self intersection position of this curve. The returned array contains pairs of parameter values.
Each intersectionpoint corresponds to two parameters.
Namespace: CADability.GeoObjectAssembly: 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() |