Numerical Matrix Format
User Reference
EXPORT_DXF array

MATRIX Array Level: 3

The EXPORT_DXF array exports a DXF file. Only one dxf file is exported per EXPORT_DXF array. If you wish to export multiple dxf files, than you will need to define multiple EXPORT_DXF arrays.

Note
IMPORTANT: When exporting DXF files, RELATIVE paths are always preferred and much safer.
Fields in the EXPORT_DXF array
Description
JOB=NAME Assign top Cell to use. Required. Dynamic Job References are also supported.
FILE=LOCATION File path for the exported dxf file. The path may be either Absolute or Relative. (IMPORTANT: When exporting, RELATIVE paths are always preferred and much safer).
UNITS=IN|MIL|MM|UM DXF Files are unitless. Choose DXF file units from: IN, MIL, MM, UM (i.e micron). (default: MM)
TextOutput=VALUE Determine how text is outputted. Choose between the following values: Standard, Ignore, Explode (default: Standard).
PathOutput=VALUE Determine how paths are outputted. Choose between the following values: Outlined, Polyline, Polylinewithendcaps, 0-width. (default: Polyline).
FlashOutput=VALUE Determine how flashes are outputted. Choose between the following values: Outlined, Filled. (default: Outlined).
PolygonOutput=VALUE Determine how text is outputted. Choose between the following values: Outlined, Filled. (default: Outlined).
OutputArcsWhenPossible Whenever possible output arcs.
Version=VALUE AutoCAD Version for DXF. Choose from 2000 to 2015 (default: 2000)

Example EXPORT_DXF Array:

EXPORT_DXF {
JOB=PowerPointDino
FILE=myFilesOutput/Image/MyBottomPreview.dxf
OutputArcsWhenPossible
}