标签: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);
标签:cat ati min set 显示 height cad cdb upd
原文地址:http://www.cnblogs.com/xzh1993/p/5997022.html