
If you want to implement AIA standard layers, this is an AutoLISP that will do that. You can add hundreds of layers in few seconds!
June 19, 2013
CAD Tutorials and Best Practices for professionals and students

If you want to implement AIA standard layers, this is an AutoLISP that will do that. You can add hundreds of layers in few seconds!

Do you find your system variables change often? Do you have to set it back to default regularly? Why not set them by default in acaddoc.lsp? Read how you can set system variables in acaddoc.lsp. And see some common variables listed here.

You can use acaddoc.lsp to execute commands when open/create file. Load LISP, define new command, update drawings, etc. Learn how to change how AutoCAD command works!

Do you want to load and use AutoLISP application? See this basic tutorial. The easiest way to do it.

In this AutoLISP tutorial, we cover how you can exclude other objects in our selection. We create a simple program to move all dimensions to a certain layer.

We are going to modify objects with our AutoLISP program. But you need to learn how to select objects in AutoLISP first. Read how you can use SSGET!