AutoLISP: AutoCAD's inbuilt programming language
Introduction to Autolisp: AutoLISP is AutoCAD's inbuilt programming language. AutoLISP is used to create programs that will automatically generate drawings. User defined customized commands can be added to AutoCAD using AutoLISP. These customized commands will perform the activities that we want to automate. The very simple example can be creating parametric shapes of any complexity. These shapes will be...