// 2DFaceDoc.h : interface of the C2DFaceDoc class // ///////////////////////////////////////////////////////////////////////////// #include "OCC_2dDoc.h" class C2DFaceDoc : public OCC_2dDoc { DECLARE_DYNCREATE(C2DFaceDoc) protected: // create from serialization only C2DFaceDoc(); public: virtual ~C2DFaceDoc(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(C2DFaceDoc) afx_msg void OnBUTTONTest2DProperties(); afx_msg void OnBUTTONTestFace(); afx_msg void OnBUTTONErase(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /////////////////////////////////////////////////////////////////////////////