By Barbara Han
Issue:
I’m trying to save my Inventor drawing as an AutoCAD DWG file and I’m using an ini file for that. I’m assigning this ini file for the DWG translator AddIn using the Export_Acad_IniFile option.
I found an existing ini file and just modified the
USE TRANSMITTAL=Yes
value to
USE TRANSMITTAL=NO
but Inventor keeps omitting this setting and places the resulting DWG in a zip file.
Solution:
The problem is that Inventor expects No instead of NO. Note that the correct string is capital N + small o.
Once you correct this, the DWG export works fine.
To avoid problems like this in the future the best thing is to set up the ini file through the user interface.
1) In the application menu select Save As > Save Copy As
2) In the dialog change the Save as type to AutoCAD Drawings then click Options…
3) Change the setting as needed then click Next > and Save Cofiguration …
4) Use the created ini file when exporting to DWG.

Leave a Reply