AcGePlane( const AcGePoint3d& origin, const AcGeVector3d& normal );
|
Parameters |
Description |
|
const AcGePoint3d& origin |
Input origin of plane |
|
const AcGeVector3d& normal |
Input normal vector |
Constructs the plane with origin=pnt, uAxis= normal.perpVector(), and vAxis=normal.crossProduct(uAxis).
Contract: Vector normal has non-zero length.