Class Hierarchy
AcRxObject AcBrEntity AcBrShell
C++
class AcBrShell : public AcBrEntity;
File
brshell.h
Description
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.
Remarks
Shells are secondary brep elements and thus have no associated geometry. Conceptually, a shell corresponds to a set of neighboring surfaces on a solid.
Links
AcBrShell Constructor, AcBrShell Methods, AcBrShell Operators
See Also
AcBrComplex, AcBrBrepShellTraverser, AcBrShellFaceTraverser, AcBrComplexShellTraverser