Chapter 34. Understanding AutoLISP and Visual LISP Basics

AutoLISP is a programming language supported by AutoCAD that can greatly enhance your productivity by automating often-used or repetitive tasks. AutoLISP provides a glimpse into the inner workings of AutoCAD and can serve as an excellent steppingstone to learning more advanced automation methods, such as ObjectARX and VBA. An AutoLISP routine gives you complete control over its interaction with the user and what it does after it's loaded.

Note

AutoCAD LT does not support AutoLISP. This entire chapter is for AutoCAD only.

You can type AutoLISP expressions on the command line in response to prompts, or you can save your code to a file that you can load and use when needed. AutoLISP offers wide and varied possibilities for shortcuts. Best of all, you can customize AutoLISP to any level of complexity.

AutoLISP intimidates many AutoCAD users, but the many benefits well justify the time that you invest to learn this full-featured programming language.

You can also find a tremendous number of AutoLISP routines on the Internet. Many CAD Web sites offer huge libraries of AutoLISP routines as free downloads. (For more details, see Appendix B.) Many CAD offices have created AutoLISP routines to expedite some common tasks.

LISP ...

Get AutoCAD® 2010 and AutoCAD LT® 2010 Bible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.