AcGePlane::AcGePlane

AcGePlane(
    const AcGePoint3d& origin, 
    const AcGeVector3d& normal
);
Parameters
Parameters 
Description 
const AcGePoint3d& origin 
Input origin of plane 
const AcGeVector3d& 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