togana / dwg-to-dxf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dwg-to-dxf

dwg ファイルを dxf に変換する

ビルド

docker build --rm -t dwg-to-dxf .

利用方法

  1. 変換したいファイルを input ディレクトリに配置する。
  2. 下記のコマンドを実行する。
docker run --rm -it -v $(pwd):/app dwg-to-dxf
  1. output ディレクトリに出力される。

About


Languages

Language:Dockerfile 78.5%Language:Python 21.5%