AcGePlane::AcGePlane

C++
GE_DLLEXPIMPORT AcGePlane(
    const AcGePoint3d& origin, 
    const AcGeVector3d& normal
);
Parameters
Parameters 
Description 
origin 
Input origin of plane 
normal 
Input normal vector 
Description

Constructs the plane with origin=pnt, uAxis= normal.perpVector(), and vAxis=normal.crossProduct(uAxis)

Contract: Vector normal has non-zero length.  

 

Links