// File: DrawPlanarDim_PlanarDimension.cxx // Created: Wed Jan 10 16:16:34 1996 // Author: Denis PASCAL // #include #include #include //======================================================================= //function : SetPlane //purpose : //======================================================================= void DrawDim_PlanarDimension::SetPlane(const TopoDS_Face& plane) { myPlane = plane; } //======================================================================= //function : GetPlane //purpose : //======================================================================= TopoDS_Face DrawDim_PlanarDimension::GetPlane() const { return myPlane; }