CADability dotNET

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

Syntax

C#
double[] ICurve.GetSelfIntersections()
Visual Basic
Private Function GetSelfIntersections As Double()
	Implements ICurve.GetSelfIntersections
Visual C++
private:
virtual array<double>^ GetSelfIntersections() sealed = ICurve::GetSelfIntersections

Implements

ICurve..::..GetSelfIntersections()()()()

See Also