Autodesk.AutoCAD.BoundaryRepresentation Namespace > ShellType Enumeration
Autodesk.AutoCAD.BoundaryRepresentation.ShellType Enumeration
Description

The ShellType enum classifies a shell as interior, exterior, and so on.

Visual Basic
Public Enum ShellType
  ShellUnclassified
  ShellExterior
  ShellInterior
End Enum
C#
public enum ShellType {
  ShellUnclassified,
  ShellExterior,
  ShellInterior
}
Members
Members 
Description 
ShellUnclassified 
Shell type cannot be determined at this time. 
ShellExterior 
Shell is on peripheral boundary of region or Brep. 
ShellInterior 
Shell is a void in the interior of a region or Brep (there may be more than one interior shell per solid). 
   Comments?