CADability dotNET
Returns all edges that surround this face (also the holes in this face)

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

Syntax

C#
public Edge[] AllEdges { get; }
Visual Basic
Public ReadOnly Property AllEdges As Edge()
	Get
Visual C++
public:
property array<Edge^>^ AllEdges {
	array<Edge^>^ get ();
}

See Also