- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I'm currently trying to streamline the process in which the office exports DXFs for in house plasma cutting.
We currently export face on our inventor parts and then open it in Autocad and explode, purge, overkill and export as 2007 (our plasma is quite temperamental).
I have Inventor side sorted so it's dropping a .DXF in the users downloads folder and I've written a script and made a button using a Macro via CUI to do the cleaning.
Where it seems to trip up is saving as a 2007 DXF. I've been using DXFOUT which works when I type it out but when I make it a script it seems to trip up saving over itself. Alternatively I tried using .dwg to then export to .dxf and it still won't work. I'm trying to avoid running it with just the default settings because a few other people will be running it and I feel this is a variable I don't want to contend with if I want a 100% success rate in running it.
Here's what I have-
_PURGE
A
*
N
EXPLODE
ALL
_AI_SELALL
-OVERKILL
D
_AUDIT
Y
_DXFOUT
_VERSION
LT2007
16
Y
Alternatively I tried using just the macro to just get the DXFOUT part to work without success-
^c^c_DXFOUT;^m;V;LT2007;16;Y
I appreciate any help I can get on this one.
Cheers
Solved! Go to Solution.