请教关于regen的问题
我编写一个打开所有图层(解冻、打开、解锁)的程序,但是打开后实体不能显示,手动regen还可以,但是添加Application.DocumentManager.MdiActiveDocument.Editor.UpdateScreen()或者regen,根本没用,而且添加了之后手动regen也没用了,只有切换视口才行,请高手指点下,谢谢。本帖最后由 wylong 于 2014-3-24 15:13 编辑
那就使用发送REGEN命令的方式解决。
//解冻需要刷新视图Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.SendStringToExecute("REGEN\r", true, false, false);
页:
[1]