I have a large AutoCAD 2010 3D model .DWG (solids) which I need to export to .SAT for import to Finite Element Ananysis software. I would like to automate the process to permit export of each layer in the .dwg to an individual .SAT, with a name matching the source layer.
I have seen a similar query, exporting to WBLOCK.dwg, and excellent response at
http://www.cadtutor.net/forum/showthread.php?10359-save-each-layer-in-a-separate-file/page2
Unfortunately I have no programming knowledge and my attempts to edit the code provided at this link to suit my needs have failed miserably.
I am currently going through this laborious process (450 layers) by isolating each layer and using the _EXPORT command.
Any help would be greatly appreciated.