AcGePlane::AcGePlane

AcGePlane(
    const AcGePoint3d& pntU, 
    const AcGePoint3d& org, 
    const AcGePoint3d& pntV
);
Parameters
Parameters 
Description 
const AcGePoint3d& pntU 
Input point U on U axis 
const AcGePoint3d& pntV 
Input point V on V axis 
or 
Input origin 
Description

Constructs the plane with origin=or, uAxis=v1, and vAxis=v2

Contract: Vectors v1=pntU-or and v2=pntV-or are non-collinear.  

 

Links