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.
Autodesk.AutoCAD.BoundaryRepresentation.BrepEntity Autodesk.AutoCAD.BoundaryRepresentation.Shell
Public sealed Class Shell Inherits BrepEntity
public sealed class Shell : BrepEntity;
Shells are secondary brep elements and thus have no associated geometry. Conceptually, a shell corresponds to a set of neighboring surfaces on a solid.
Comments? |