(Defun c:dw ()
(SETQ PT1 (GETPOINT "兄弟(姐妹),请你选择第一个坐标点,我靠,听到没有呀……:"))
(SETQ PT2 (GETPOINT "这样就对了,快选择第二个点,妈的,快点!^V^:"))
(command "dimpost" "%%C<>""")
(command "dimlinear" PT1 PT2 "t" "" PAUSE)
(COMMAND "DIMPOST" " "))
zdf1411 wrote:
我有一个方法,我们经理教的。
(defun c:dimcircle()
(command "dim")
(command "newtext" "%%c<>")
)
把程序换成上面的内容,所有要标注的尺寸一下子就OK了,试试看
欢迎光临 iCAx开思网 (https://www.icax.org/) | Powered by Discuz! X3.3 |