当前位置:首页 > 移动开发 > 正文

arx 移动界面到一点

2024-03-31 移动开发

 

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

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/18387.html