您的位置:首页 > 其它

occ sample geometry 分析初探1

2012-02-07 12:38 429 查看
OCC_BaseDoc.h

是虚类继承CDocument

析构函数是纯虚函数,需要子类实现,可以避免使用OCC 忘记释放资源从而造成内存泄漏。

Class hierarchy

OCC_3dBaseDoc 中包含两个成员变量和对应的鼠标,快捷菜单事件。

同样对于view hierarchy

相应对于view 是由对应的view处理函数和相应的

Rotation

Pan

Scaling

Session class is derived from AIS_InteractiveObject

The class is use by the display function

This display function take the aDoc(ais_context)as argument

So we have to give the visualization athrough restudy .

//---------------------------------------------------------------------------------------

//note:

* you do1t have permission to upload pictures because you registered for less than a week

so i will update later
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: