Share

Body Class

Description

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.

This .NET class wraps the AcDbBody ObjectARX class.

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

Links

Body Methods, Body Properties

See Also

Region, Solid3d

Was this information helpful?