Autodesk.AutoCAD.DatabaseServices Namespace > Solid Class
Solid Class
Description

 

This .Net class wraps AcDbSolid ObjectARX class. 

 

The Solid class is the representation for the SOLID entity within AutoCAD. The SOLID entity is a 2D entity, not the 3D solids that are represented by the 3dSolid and Body classes.

Class Hierarchy
Visual Basic
Public Class Solid
Inherits Entity
C#
public class Solid : Entity;
Links
   Comments?