CADability dotNET
Returns a list of all shells that bound this solid. In most cases there is only a single shell. If there is more than one shell the shell with index 0 is the outer hull and all subsequent shells describe cavyties that reside totally inside the outer hull.

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

Syntax

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

See Also