C++
AcDbSolid( const AcGePoint3d& pt0, const AcGePoint3d& pt1, const AcGePoint3d& pt2, const AcGePoint3d& pt3 );
Description
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.
Parameters
| Parameters | Description |
|---|---|
| pt0 | Input first point (in WCS) for solid |
| pt1 | Input second point (in WCS) for solid |
| pt2 | Input third point (in WCS coordinates) for solid |
| pt3 | Input fourth point (in WCS) for solid |