AcRxObject AcBrEntity AcBrShell
class AcBrShell : public AcBrEntity;
brshell.h
The AcBrShell class is the interface class for brep shells. This class defines the functions that are pertinent to the shell level of a brep topology adjacency hierarchy, which is not exposed as a subentity type in AutoCAD and thus cannot be directly set by the user; it is set indirectly by the traversers. It is also used to set the first shell of a shell list in AcBrBrepShellTraverser.
Shells are secondary brep elements and thus have no associated geometry. Conceptually, a shell corresponds to a set of neighboring surfaces on a solid.
AcBrShell Constructor, AcBrShell Methods, AcBrShell Operators
AcBrComplex, AcBrBrepShellTraverser, AcBrShellFaceTraverser, AcBrComplexShellTraverser