Total Area Autocad Lisp May 2026

Calculating Total Area of Multiple Objects in AutoCAD using Lisp

How to Load and Use a Basic Total Area LISP

  1. To use this Lisp routine:

    (defun C:TOTAREA ( / ss total area obj_name obj_list i ent) (princ "\nSelect objects to calculate total area: ") total area autocad lisp