Share

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

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Body

Visual Basic

Public Class Body
Inherits Entity

C#

public class Body : Entity;

Links

Body Methods, Body Properties

See Also

Region, Solid3d

Was this information helpful?