CADability dotNET
Returns all the edges of this Shell. Each egde is unique in the array but may belong to two different faces.

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

Syntax

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

See Also