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