// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _DrawDim_Distance_HeaderFile #define _DrawDim_Distance_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_DrawDim_Distance_HeaderFile #include #endif #ifndef _TopoDS_Face_HeaderFile #include #endif #ifndef _DrawDim_Dimension_HeaderFile #include #endif class TopoDS_Face; class Draw_Display; class DrawDim_Distance : public DrawDim_Dimension { public: Standard_EXPORT DrawDim_Distance(const TopoDS_Face& plane1,const TopoDS_Face& plane2); Standard_EXPORT DrawDim_Distance(const TopoDS_Face& plane1); Standard_EXPORT const TopoDS_Face& Plane1() const; Standard_EXPORT void Plane1(const TopoDS_Face& face) ; Standard_EXPORT const TopoDS_Face& Plane2() const; Standard_EXPORT void Plane2(const TopoDS_Face& face) ; Standard_EXPORT void DrawOn(Draw_Display& dis) const; DEFINE_STANDARD_RTTI(DrawDim_Distance) protected: private: TopoDS_Face myPlane1; TopoDS_Face myPlane2; }; // other Inline functions and methods (like "C++: function call" methods) #endif