Autodesk.AutoCAD.DatabaseServices Namespace > Body Class
Body Class
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
Visual Basic
Public Class Body
Inherits Entity
C#
public class Body : Entity;
Links
See Also
   Comments?