Description
This .NET class wraps the AcDbBody ObjectARX class.
The Body class is used to represent non-manifold solids and other ShapeManager entities that do not fit the characteristics of the 3dSolid or Region classes.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Body
C#
public class Body : Entity;
Visual Basic
Public Class Body Inherits Entity