www.pudn.com > SurfWareNew06.3.5(LYW).rar > CreateNurbsVolume.h
#if !defined(AFX_CREATENURBSVOLUME_H__807A623D_926C_42C9_97CE_B84D810AC52C__INCLUDED_)
#define AFX_CREATENURBSVOLUME_H__807A623D_926C_42C9_97CE_B84D810AC52C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CreateNurbsVolume.h : header file
//
#include "LeftPannelDlgBase.h"
/////////////////////////////////////////////////////////////////////////////
// CCreateNurbsVolume dialog
class CCreateNurbsVolume : public CDialog,public CLeftPannelDlgBase
{
// Construction
public:
CCreateNurbsVolume(CWnd* pParent = NULL); // standard constructor
CButtonST m_Blend2SFBtn;
CButtonST m_RotateSFBtn;
CButtonST m_ExtrudeSFBtn;
CButtonST m_OFFSETVOLBtn;
CButtonST m_SCALINGTVOLBtn;
CButtonST m_ROTATEVOLBtn;
CButtonST m_MIRROR3PVOLBtn;
CButtonST m_MIRROREQVOLBtn;
// Dialog Data
//{{AFX_DATA(CCreateNurbsVolume)
enum { IDD = IDD_CREATE_NURBS_VOL };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCreateNurbsVolume)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCreateNurbsVolume)
virtual BOOL OnInitDialog();
afx_msg void OnBlend2Surfaces();
afx_msg void OnExtrudeSurface();
afx_msg void OnRotateSurface();
afx_msg void OnMirror3P();
afx_msg void OnMirrorEq();
afx_msg void OnOffsetVolume();
afx_msg void OnScaleVolume();
afx_msg void OnRotateVolume();
afx_msg void OnVolume6SF();
afx_msg void OnCreateVolBySweep();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CREATENURBSVOLUME_H__807A623D_926C_42C9_97CE_B84D810AC52C__INCLUDED_)