www.pudn.com > SurfWareNew06.3.5(LYW).rar > CreateNurbsSurface.h


#if !defined(AFX_CREATENURBSSURFACE_H__F2402A38_BB9C_443D_A428_9DBDA0846B5C__INCLUDED_) 
#define AFX_CREATENURBSSURFACE_H__F2402A38_BB9C_443D_A428_9DBDA0846B5C__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CreateNurbsSurface.h : header file 
// 
#include "LeftPannelDlgBase.h" 
///////////////////////////////////////////////////////////////////////////// 
// CCreateNurbsSurface dialog 
 
class CCreateNurbsSurface : public CDialog,public CLeftPannelDlgBase 
{ 
// Construction 
public: 
	CCreateNurbsSurface(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CCreateNurbsSurface) 
	enum { IDD = IDD_CREATE_NURBS_SURF }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
// buttons 
	CButtonST	m_SkinBtn; 
	CButtonST	m_LoftBtn; 
	CButtonST	m_BezierBtn; 
	CButtonST	m_AutoSurfBtn; 
	CButtonST	m_revolveBtn; 
	CButtonST	m_sweepBtn; 
	CButtonST	m_surfaceBtn; 
	CButtonST	m_sphereBtn; 
	CButtonST	m_radiusBtn; 
	CButtonST	m_offsetBtn; 
	CButtonST	m_TorusBtn; 
	CButtonST	m_Blend2CurveBtn; 
	CButtonST	m_ExtrudeCurveBtn; 
	CButtonST	m_Join2SFsBtn; 
	CButtonST	m_Mirror3PBtn; 
	CButtonST	m_MirrorEqBtn; 
	CButtonST	m_ScalingBtn; 
	CButtonST	m_RotateBtn; 
	CButtonST	m_FitBtn; 
	CButtonST	m_InterpBtn; 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCreateNurbsSurface) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CCreateNurbsSurface) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnCurveRotate(); 
	afx_msg void OnCreateNurbsSphere(); 
	afx_msg void OnCreateSkinSurface(); 
	afx_msg void OnCurveSweep(); 
	afx_msg void OnCreateTorus(); 
	afx_msg void OnBlend2Curves(); 
	afx_msg void OnExtrudeCurve(); 
	afx_msg void OnJoin2Surfaces(); 
	afx_msg void OnFrom4Curves(); 
	afx_msg void OnMirror3P(); 
	afx_msg void OnMirroeEq(); 
	afx_msg void OnScalingFromSurface(); 
	afx_msg void OnOffsetSurface(); 
	afx_msg void OnCreateSurfaceRotate(); 
	afx_msg void OnGenInterpolateSurface(); 
	afx_msg void OnFitSurface(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CREATENURBSSURFACE_H__F2402A38_BB9C_443D_A428_9DBDA0846B5C__INCLUDED_)