Autodesk.AutoCAD.BoundaryRepresentation Namespace > Shell Class
Shell Class
Description

This .NET class wraps the AcBrShell ObjectARX class. 

The Shell 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.

Class Hierarchy
Autodesk.AutoCAD.BoundaryRepresentation.BrepEntity
    Autodesk.AutoCAD.BoundaryRepresentation.Shell
Visual Basic
Public sealed Class Shell
Inherits BrepEntity
C#
public sealed class Shell : BrepEntity;
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
See Also
   Comments?