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

📄 hhoopstestmodel.h

📁 使用HOOPS库开发的一个教学演示工具。
💻 H
字号:
// HhoopstestModel.h : interface of the HhoopstestModel.cpp class, derived from HBaseModel// Adds application-specific data and members for each model#ifndef _HhoopstestModel_H#define _HhoopstestModel_H#include "HDB.h"#include "HBaseModel.h"#include "HTools.h"class HhoopstestModel : public HBaseModel{public:	HhoopstestModel();	~HhoopstestModel();	// Overrides	HFileInputResult Read(const char * FileName);	bool Write(const char * FileName, HBaseView * pHView, int version, int width = 0, int height = 0);	virtual void SetBRepGeometry(bool brep);	void	DeleteAllEntities();	bool	IsSolidModel(){ return m_bSolidModel; };protected:	// do we have any solid modeler entities	bool	m_bSolidModel;};#endif

⌨️ 快捷键说明

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