AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbEntity AcDb3dSolid
class AcDb3dSolid : public AcDbEntity;
dbsol3d.h
Objects of this class represent 3D solids in AutoCAD.
An AcDb3dSolid entity is a container and interface for a ShapeManager object that is the actual geometrical representation of the solid.
This class provides various methods that are used to create solid primitives and to combine them to form a new single solid, much the same way solid objects are created using the AutoCAD command set.
This class provides no provisions for directly manipulating the edges, vertices, or faces of the ShapeManager object that is the actual solid representation.
To traverse the edges, faces, and vertices of the solid's underlying ShapeManager object, use the BREP API.
AcDbRegion, AcDbFullSubentPath, AcDbSubentId, AcGePlane, AcGePoint3d, AcGeMatrix3d