Share

AcDbSolid Constructor

Overload List

Method Description
AcDbSolid::AcDbSolid () Default constructor. Initializes points 0-3 to (0,0,0), the normal vector to (0,0,1), and the thickness to 0.0.
AcDbSolid::AcDbSolid (AcGePoint3d&, AcGePoint3d&, AcGePoint3d&) This constructor uses pt0-pt2 as the first three points for the solid and then uses pt2 as the fourth point as well. All points must be in WCS coordinates. The normal vector is initialized to (0,0,1) and the thickness is set to 0.0.
AcDbSolid::AcDbSolid (AcGePoint3d&, AcGePoint3d&, AcGePoint3d&, AcGePoint3d&) This constructor uses pt0-pt3 as the four points for the solid. All points must be in WCS coordinates. The normal vector is initialized to (0,0,1) and the thickness is set to 0.0.

Was this information helpful?