C++
GE_DLLEXPIMPORT AcGePlane( const AcGePoint3d& pntU, const AcGePoint3d& org, const AcGePoint3d& pntV );
Description
Constructs the plane with origin=or, uAxis=v1, and vAxis=v2.
Contract: Vectors v1=pntU-or and v2=pntV-or are non-collinear.
Parameters
Parameters | Description |
---|---|
pntU | Input point U on U axis |
pntV | Input point V on V axis |
or | Input origin |