码迷,mamicode.com
首页 > Windows程序 > 详细

设置CAD显示窗体

时间:2016-10-25 16:35:01      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:cat   ati   min   set   显示   height   cad   cdb   upd   

AcDbViewTableRecord view;
AcGePoint3d max = acdbHostApplicationServices()->workingDatabase()->extmax(),
min = acdbHostApplicationServices()->workingDatabase()->extmin();
view.setCenterPoint(AcGePoint2d(ptInsert.x, ptInsert.y));
view.setHeight(max.y - min.y);
view.setWidth(max.x - min.x);
acedSetCurrentView(&view, NULL);
acdbHostApplicationServices()->workingDatabase()->updateExt(TRUE);

设置CAD显示窗体

标签:cat   ati   min   set   显示   height   cad   cdb   upd   

原文地址:http://www.cnblogs.com/xzh1993/p/5997022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!