Message 1 of 2
export .idw to Autocad & Inventor .dwg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I've been using this to export an idw to an Autocad .dwg but don't know how to set an 'Inventor.dwg' option.
The full ilogic program opens, exports, closes then moves to the next file, exporting 'ThisDocument' doesn't work because 'ThisDocument' holds the ilogic code - it's to export the file which has been opened & I can't find a TranslatorAddIn for an .idw (not sure if there is one, why would there be a need to translate an idw) - is it possible to mimic line 2 to Dim DWGAddIn as the open idw?
'''--- Publish document.
Dim DWGAddIn As TranslatorAddIn = ThisApplication.ApplicationAddIns.ItemById("{C24E3AC2-122E-11D5-8E91-0010B541CD80}")
DWGAddIn.SaveCopyAs(oDoc, oContext, oOptions, oDataMediumDWG)
'MessageBox.Show(newFullFileName, "newFullFileName")
Regards
Andrew