- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hoping to get some ideas here! My company just switched sheet lasers, and the new machine doesn't read DWG color data (for determining laser power) the same as the old one. What I'm hoping to do is create a batch process to modify all the old files into compatible ones. Essentially, here are the steps I'm hoping to automate:
- Open DWG
- Explode block (there's just one in each drawing)
- QSELECT all RED lines
- Change property to WHITE
- QSELECT all GREEN lines
- Change property to YELLOW
- SAVE
So far I've looked at BatchInEditor, but that doesn't quite seem to have the correct commands. I'm guessing this is a good situation for a custom LISP, but I don't have any experience writing those. I greatly appreciate any insights. Thanks!
(Attached sample files for reference)
Solved! Go to Solution.