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度回転するようにこれを変更する方法はありますか?別のマクロとして。
近くのオブジェクトスナップ:- コード:
*^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);