Embed presentation
Downloaded 58 times


































































1. AutoLISP is a dialect of the Lisp programming language used within the AutoCAD environment. It allows users to access and modify AutoCAD data, objects, and properties to perform tasks like automation and customization. 2. There are two ways to write AutoLISP programs: directly entering commands or creating files with the .lsp extension. Programs must follow certain naming conventions and be structured with defined functions. 3. AutoLISP uses symbols, variables, functions, and lists as basic data types to write scripts. Functions must start and end with parentheses and have a defined name followed by arguments separated by spaces. Comments can be added after semicolons.
































































