The ShellType enum classifies a shell as interior, exterior, and so on.
Public Enum ShellType ShellUnclassified ShellExterior ShellInterior End Enum
public enum ShellType { ShellUnclassified, ShellExterior, ShellInterior }
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? |