Jack Foster contributed a menu item that makes sure a layer is on, thawed, unlocked and exists — in other words, that you can use it. He says, “When working on a drawing that other users have worked on, you may find that the layer you need is off or frozen. Even if the layer doesn’t exist, this routine will create it. His example is for a layer named “pipe.”
Here it is:
^c^c-layer;on;pipe;thaw;pipe;unlock;pipe;make;pipe;;
Latest posts by Ellen Finkelstein (see all)
- Combine or subtract 2D shapes to create custom shapes - February 17, 2022
- Working with linetype scales - January 18, 2022
- Rename named objects–blocks, dimension styles, layers, and more - December 21, 2021
Neat-O-Matic! That little LISP will save a lot of clicking around the screen for me; thanks a lot! I wish I’d run across it years ago.