// File: PGeom_Plane.cxx // Created: Thu Mar 4 10:11:04 1993 // Author: Philippe DAUTRY // // Copyright: Matra Datavision 1993 #include //======================================================================= //function : PGeom_Plane //purpose : //======================================================================= PGeom_Plane::PGeom_Plane() {} //======================================================================= //function : PGeom_Plane //purpose : //======================================================================= PGeom_Plane::PGeom_Plane (const gp_Ax3& aPosition) : PGeom_ElementarySurface(aPosition) {}