CADability dotNET
Returns all Faces of this shell. Do not modify the returned array since it is (for better performance) the original array contained in this Shell.

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

Syntax

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

See Also