- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello. I'm not sure if this is possible, but I thought I'd ask...
I found an iLogic rule online that creates a dxf file from the flat pattern view.
https://clintbrown.co.uk/2020/09/05/ilogic-export-all-flat-patterns-to-one-dxf/
From there I have to open the newly created dxf file and delete/rename the layers assigned in order for our burn tables to read it. I wrote a simple script to fix the layers(merges layer IV_INTERIOR_PROFILE to layer 0)
-----------------------------------------------------fileType.scr
-LAYMRG
N
IV_INTERIOR_PROFILES
N
0
Y
-----------------------------------------------------
Would it be possible to open the AutoCad file, run a script, and close it all in iLogic?
Much Appreciated,
Dalton Parrish
Solved! Go to Solution.