2.4.16 Specific settings for Inventor Drawing to AutoCAD module

This module is used to convert an Inventor drawing to an AutoCAD drawing. The publication settings are as follows:

  • Defer updates – model will be opened, but there will be no updates

  • Publishing application settings:

    • “Vault Inventor Server” – publishing will be running through the Vault Inventor server, which is part of the Vault client (licensed with the Vault client).

    • “Inventor Application” – full Inventor.

  • DWG optimization settings – To this field, insert the content of the INI file that can be obtained from the detailed DWG/DXF export options in Inventor. This will enable you to change the layer names, line types, etc.

    • If Vault Inventor Server is selected as a publishing app, the XML file specified in the INI file is ignored when processing the DXF file (e.g., the layers of the DXF file are not renamed).

    • If the Inventor application is selected as a publishing app, the DXF file is processed using the content of both the INI and XML files.

More details on the INI and XML files

How to get the INI and XML files?

  1. In Autodesk Inventor, open the Inventor drawing you want to export.

  2. Click File > Save As > Save Copy As > DXF Files (*.dxf).

  3. Select Options...

  4. In the DXF File Export Options window, configure the export settings.

    1. In the Post Process section, select the Customize DWG/DXF checkbox. There, you can specify a file path to the XML file containing instructions on how to process (e.g., rename) layers of the DXF file.

    2. Click the Next button.

    3. Adjust other options if needed (they can be adjusted later manually in the INI file).

    4. Click the Save Configuration... button to save the INI file to a hard drive.

  5. Navigate to a folder where the XML file (specified in step 4a) is located and edit it.

    1. To rename layers of the resulting DXF file, change the layer name to the name that is present in the drawing, and then set an alternative name. Follow this process for other layers of the drawing. If needed, add more sections with the current layer names.

    2. For other changes (e.g., deleting the layer), follow the instructions at the top of the XML file.

    3. Save the changes to the XML file.

In the piece of code below, the layer 'Viditelná' will be renamed to 'LAY000000000'.

INI file example

In the below INI file example, the DXF file will be saved in AutoCAD 2000 format. Layers will be renamed according to the specification from the XML file referenced in the CUSTOMIZE FILE section. Moreover, all CONTINUOUS lines will be changed to DASHED with a line type scale set to 100.

XML file example

The below XML file specifies that only Viditelná layer will be renamed to LAY000000000.

Last updated