CADability dotNET
Gets all edges that represent the outline of this face (not the holes). The order of the edges is counterclockwise when you look at the face from the outside.

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

Syntax

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

See Also