长风(尚品) 发表于 2013-8-30 21:29:38

xiaobao02 发表于 2013-8-29 22:30 static/image/common/back.gif
最近才编的

我的返回值是12 替换后还是不行

Comming 发表于 2013-8-30 21:50:55

xiaobao02 发表于 2013-8-29 22:30 static/image/common/back.gif
最近才编的

这下写得真不错

Comming 发表于 2013-8-30 22:06:27

长风(尚品) 发表于 2013-8-29 22:50 static/image/common/back.gif
hv右键选项不能用,是怎么回事?

我想不是返回值的问题,是操作的问题吧

长风(尚品) 发表于 2013-8-30 22:21:28

Comming 发表于 2013-8-30 22:06 static/image/common/back.gif
我想不是返回值的问题,是操作的问题吧

如果点两下右键是可以的,。不知是怎么回事

669423907 发表于 2013-8-31 08:50:39

xiaobao02 发表于 2013-8-29 22:30 static/image/common/back.gif
最近才编的

请教一个问题:我想把 X 改为中键,中键的值是多少呢?可以吗?

1993063 发表于 2013-8-31 10:15:45

我改一个子程序在里面,可以很好的退出
(defun c:hh ()
(command "xline" "h")
(RCommand "xline")
;;;(while (not (zerop (getvar "CMDACTIVE")))
;;;    (princ "\n指定通过点: ")
;;;    (command pause)
;;;)
(princ)
)

(defun c:vv ()
(command "xline" "v")(RCommand)
;;;(while (not (zerop (getvar "CMDACTIVE")))
;;;    (princ "\n指定通过点: ")
;;;    (command pause)
;;;)
(princ)
)
(Defun RCommand (ComStr)
(command ComStr)
(while (/= (Getvar 'cmdactive) 0)
    (command pause)
)
(princ)
)

长风(尚品) 发表于 2013-8-31 12:09:07

xiaobao02 发表于 2013-8-29 22:30 static/image/common/back.gif
最近才编的

快捷菜单开关
Pickfirst 必须开
QPmode 1 打开 -1 关闭
怎么加到里面去,谢谢

sicky111 发表于 2013-9-2 08:25:42

太牛了,学习。

lincctw_ccl 发表于 2013-9-26 21:47:56

很方便的程序!!
感謝樓主的大方分享!!

ucuc2003 发表于 2014-6-14 10:17:32

最近莫名发现hv右键选项不能用了,是怎么回事?
页: 1 [2] 3
查看完整版本: 按键切换程式