qxz 发表于 2008-8-5 21:49:00

<p>受益匪浅</p>

jaminth 发表于 2008-8-5 22:03:00

还是10楼方法比较方便!

jaminth 发表于 2008-8-5 22:22:00

(defun C:tt(/ pt)<br/>&nbsp; (command "circle" (setq pt (getpoint "\n请输入园心:")) pause)<br/>&nbsp; (command "_.cutclip"&nbsp;(entlast) "")<br/>&nbsp; (command "_.pasteclip" pause)<br/>&nbsp; (princ)<br/>&nbsp; )
页: 1 [2]
查看完整版本: [新手求助]:如何获取光标当前位置的坐标?献花致谢!