⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stldoc.h

📁 快速原型制造分层切片源代码,适用于高温合金.
💻 H
字号:
// StlDoc.h : interface of the CStlDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_STLDOC_H__83B97927_8F6E_11D1_9D8B_D6F3FE4E493C__INCLUDED_)
#define AFX_STLDOC_H__83B97927_8F6E_11D1_9D8B_D6F3FE4E493C__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#include "SlsDef.h"

class CStlDoc : public CDocument
{
protected: // create from serialization only
	CStlDoc();
	DECLARE_DYNCREATE(CStlDoc)

// Attributes
public:

// Operations
public:
	void ShowEntityInfo( void );

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStlDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	CPathData m_pathData;
	virtual ~CStlDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CStlDoc)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString m_initFileName;
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STLDOC_H__83B97927_8F6E_11D1_9D8B_D6F3FE4E493C__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -