Numerical Matrix Format
User Reference
EXPORT_ODB array

MATRIX Array Level: 3

The EXPORT_ODB array exports an ODB++ file. Only one odb++ file is exported per EXPORT_ODB array. If you wish to export multiple odb++ files, than you will need to define multiple EXPORT_ODB arrays.

Note
IMPORTANT: When exporting ODB++ files, RELATIVE paths are always preferred and much safer.
Fields in the EXPORT_ODB array
Description
JOB=NAME Assign top Job to export. Required. Dynamic Job References are also supported.
FILE=LOCATION File path for the exported odb++ file. File will be compressed as a *.tgz. The path may be either Absolute or Relative. (IMPORTANT: When exporting, RELATIVE paths are always preferred and much safer).
UNITS=IN|MM Choose ODB++ file units from: IN, MM. (default: MM)
OutputSymbolsAsPolygons Output Symbols as polygons.
OutputArcsWhenPossible Whenever possible output arcs.
OutputTextAsPolygons Output text as polygons.
LineWidth=SIZE Default line width in millimeter (default: 0.1)
BoardThickness=SIZE Assign a thickness for the board in millimeter. (default : 0.0)

Example EXPORT_ODB Array:

EXPORT_ODB {
JOB=PowerPointDino
FILE=myFilesOutput/MyPCBDesign.tgz
OutputArcsWhenPossible
}