Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbEntity AcDb3dSolid
C++
class AcDb3dSolid : public AcDbEntity;
File
dbsol3d.h
Description
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.
Remarks
To traverse the edges, faces, and vertices of the solid's underlying ShapeManager object, use the BREP API.
Links
See Also
AcDbRegion, AcDbFullSubentPath, AcDbSubentId, AcGePlane, AcGePoint3d, AcGeMatrix3d