merge

Popis

Nástroj příkazového řádku, který sloučí několik výkresových souborů do jednoho výkresu.

Použití

Usage: ./merge [OPTIONS]... <XML config file>

Merges multiple drawing files (DWG, DXF, ...) into one.

  -f, -force              Overwrite existing output file
  -h, -help               Display this help
  -t TYPE, -type=TYPE     Set file type to TYPE 
                          (e.g. R12...R27 or 2000...2013)
  -o FILE, -outfile=FILE  Set output file to FILE
                          default is same path and base name as input file

macOS specific options:

  -no-dock-icon           Don't show icon in dock. This should only be used
                          in combination with -no-gui.

Qt/X11 platform arguments:

  -platform offscreen     Run without requiring an X11 server or display.
                          Use this argument to run this command line tool in a 
                          Linux server environment.

Qt/X11 environment variables:

  QT_QPA_FONTDIR          Set to fonts directory in a server environment, e.g. 'fonts/qt'.

XML format:
<?xml version="1.0" encoding="UTF-8"?>
<merge xmlns="http://qcad.org/merge/elements/1.0/" unit="Millimeter">
    <item src="file1.dxf">
        <insert x="10" y="0" angle="30" flipx="false" flipy="false" />
    </item>
</merge>