如何恢复UCS坐标系
<P>在文件中已经有定义好的aa(UCS坐标系)</P><P>lisp语句操作很简单</P>
<P>(command "ucs" "r" "aa")</P>
<P>我的思路是</P>
<P>dim aa As Acaducs</P>
<P>thisdrawing.activeucs.name = "aa"</P>
<P>但运行是空,</P>
<P>问题:用VBA如何编程我还需要加什么语句?</P>
<P>谢谢</P> ThisDrawing.ActiveUCS = ThisDrawing.UserCoordinateSystems.Item("aa")
页:
[1]