Autocad Lisp — Total Area
as TotalArea.lsp . Ensure the extension is .lsp and not .txt . In AutoCAD, type APPLOAD and press Enter. Locate your TotalArea.lsp file, click Load , and then Close. Type TOTALAREA in the command line to run it. Key Features to Look For in Advanced Area LISPs
No more "did I already click that one?" moments. The Code: A Simple "Total Area" LISP Script total area autocad lisp
(defun C:TOTALAREA (/ ss total-area obj-list obj area obj-name cnt *error* old-cmdcho old-dimzin) as TotalArea