AcGePlane( const AcGePoint3d& org, const AcGeVector3d& uAxis, const AcGeVector3d& vAxis );
|
Parameters |
Description |
|
const AcGeVector3d& uAxis |
Input any vector |
|
const AcGeVector3d& vAxis |
Input any vector |
|
or |
Input origin |
Constructs the plane with origin or, U axis uAxis, and V axis vAxis.
Contract: vectors uAxis vAxis=pntV-orare non-collinear.