Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个宏来增加每次点击的数字。我希望它在我点击之前设置为对象捕捉附近,这样它只会将数字捕捉到我点击的最近的东西。
*^C^C_text;\;$M=$(+,$(getvar,USERI1),1);setvar;USERI1;$M=$(+,$(getvar,USERI1),1);
还有无论如何要改变这个,所以文本旋转了 90 度?作为一个单独的宏。
在osnap附近:-代码:
*^C^C_text;NEAR;\;$M=$(+,$(getvar,USERI1),1);setvar;USERI1;$M=$(+,$(getvar,USERI1),1);
对于 90 度选项;- 代码:
*^C^C_text;\90;$M=$(+,$(getvar,USERI1),1);setvar;USERI1;$M=$(+,$(getvar,USERI1),1);