GE_DLLEXPIMPORT AcGePlane( const AcGePoint3d& org, const AcGeVector3d& uAxis, const AcGeVector3d& vAxis );
|
Parameters |
Description |
|
uAxis |
Input any vector |
|
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.