Body Class

Visual Basic
Public Class Body
Inherits Entity
C#
public class Body : Entity;
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.

Links
See Also