Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have an iLogic script that automatically exports our dozens of plasma-cut parts to DXF, using this method:
Dim oCtrlDef As ButtonDefinition oCtrlDef = ThisApplication.CommandManager.ControlDefinitions.Item("GeomToDXFCommand") ThisApplication.CommandManager.PostPrivateEvent(PrivateEventTypeEnum.kFileNameEvent, oDXFFullFileName) oCtrlDef.Execute
We just upgraded to Inventor 2020, and now this workflow has been broken because it exports them in 2018 DXF format, and our plasma software can't read it.
I did some searching for how to specify the file version, but no luck. The threads I found were old; hoping someone has come up with a way to do this. Any suggestions would be appreciated.
Note, this DOES need to export a particular face, not the entire part or a flat pattern.
Solved! Go to Solution.