Share

AcDbSolid

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbSolid

C++

class AcDbSolid : public AcDbEntity;

File

dbents.h

Description

The AcDbSolid 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 AcDb3dSolid and AcDbBody classes.

Links

AcDbSolid Constructor, AcDbSolid Methods

See Also

AcDbObject, AcDbTrace, AcGePoint3d, AcGeVector3d

Was this information helpful?