Message 1 of 7
AutoCAD Script - Automatically Select All Entities on Specific Layer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a script for archiving drawings. Part of the archiving is it converts all C3D entities to basic AutoCAD entities. And for whatever reason it brings our existing ground surface contours to the front of everything when the script is run. It doesn't do that to anything else, just the contours and labels...lol. It's quite annoying having clients say the drawings look messy.
I'm trying to add a line to the script that would grab all the contours and labels after they are lines/text and push them to the back using draw order.
If possible is it also able to select all text or mleaders and bring them to the front?
I would think this is possible. I was wondering if anyone knew how to code this into a script?
Thanks for any help!