problem with idw to dxf conversion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have problem converting idw to dxf files. I have some lines of code written in C#, which get the inventor application, open the file, get the translator object and set the option for the ini file with the dxf export options and finally call the save copy as command.
All is going well when I use an Inventor already running, but when the code starts the inventor application by itself using the CreateInstance command, inventor throws an error when calling the save copy as command which says, that the current file is no drawing document. The original message is in german: 'Das Dokument, das Sie speichern möchten, ist kein Zeichnungsdokument.'.
All other translators (e.g. pdf) are working without any problems and the described problem only occurs on one specific computer, so it is not reproducable.
Does anyone have any idea? I really appreciate all suggestions. The code is attached.
Kind regards
Karl