Skip to content

Instantly share code, notes, and snippets.

@mechanoboyu
Last active March 4, 2018 06:00
Show Gist options
  • Save mechanoboyu/76af1a48c95f7fc44139110dc9d6bdaa to your computer and use it in GitHub Desktop.
Save mechanoboyu/76af1a48c95f7fc44139110dc9d6bdaa to your computer and use it in GitHub Desktop.
<!-- $BeginBlock scr -->open ${file}.dwg
; ダイアログを出ないようにする
FILEDIA 0
; dxfに変換するコマンドを呼ぶ
DXFOUT
; ファイル名を指定する。dwgと同じだったらそのままエンター。
; 改行はエンターの代わり。
; バージョンを指定する
v
; 任意のバージョンを書く。2000だったら2000とかく。
${ver}
; 精度の指定。デフォルトでいいならそのままエンター。
; ダイアログの設定を戻す。
FILEDIA 1
; 図面を閉じる
close
<!-- $EndBlock scr -->
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment