77marco77
Guest
おはようございます。
登りたい ログイン エディタをそれぞれ入力することなく、より多くのブロック(参照ではなく定義)。
私はこのコードのlibsを見つけました:
誰:
forums.autodesk.com
そして、私が必要とするものではなく、私が必要とするすべてを行う。
コードを変更できるので、 ログイン ブロックは "sign" のみで、属性ではありませんか? i.e. 小さい "simbolo" が、変更されていない属性のサイズ?
提案と助けを借りて、事前にありがとう!
登りたい ログイン エディタをそれぞれ入力することなく、より多くのブロック(参照ではなく定義)。
私はこのコードのlibsを見つけました:
Code:
(defun c:sbd ; = スケールブロック定義
(/ ssf n )
(コマンド "_.layer" "_thaw" "*" "_unlock" "*" "*" "*" "*" "")
(if)
(と)
(setq ss (ssget '(0 . "insert")))))))))
(setq sf (getreal "\nscale 要因: ")))
;および
(repeat (setq n)); それから
(コマンド)
"_.-bedit" (cdr (ssname ss (setq n (1- n)))))))
"_.scale" "_all" "" "0,0" sf
"_.bclose" "_save"
)
;繰り返して下さい
; 場合
(コマンド "_.layerp")
(プライアンス)
; 詐欺
LISP needed to Scale block definitions
I have a drawing template with about 200 block definitions. We need to adjust the scale of all these blocks. Currently the process is to edit each block, select all entities and then run the scale command and then move on to the next block. I would like to be able to run a lisp that would...

コードを変更できるので、 ログイン ブロックは "sign" のみで、属性ではありませんか? i.e. 小さい "simbolo" が、変更されていない属性のサイズ?
提案と助けを借りて、事前にありがとう!