-
How to copy Layouts using Action Recorder
1. Open AutoCAD.
2. Create the layout you want to use.
3. At the command Prompt type ACTRECORD
4. At the command Prompt type LAYOUT
5. At the...
-
How do I automatically load variables?
Automatic loading of variables is achieved using the acaddoc.lsp file. AutoCad reads this file every time a drawing is opened.
Find this file by typing on...
-
How do I use an AutoLISP routine?
AutoLISP is AutoCAD's built-in programming language. It can be used to create new commands or to redefine existing ones. AutoLISP is a very powerful customisation...
|