AutoCAD
AutoLISP Layer Snippets
These are some of my frequently used AutoLISP snippets for layer management. I’ve got a heap of these in a lisp file that I autoload into autocad at startup. You can find the entire file here: layer-shortcuts.lsp. If you look through that file, you’ll see that I have a common set of layers (for 2D and general work) that I include in every drawing file. The AutoLisp commands help to speed up my drafting with these common layers....AutoCAD Code
Scratch! v. 1.2 released
The scratchpad layer utility for AutoCAD has been updated to 1.2...AutoCAD Code
Improved Layer Isolate
An AutoLISP routine to unite the layeriso & layeruniso commands into a single toggle command....AutoCAD Code