Skip to content

Instantly share code, notes, and snippets.

@rddim
rddim / custom_aliases.lsp
Last active March 6, 2024 17:29
Custom aliases for AutoCAD / Civil 3D commands
;;=========================================== [ LISP for custom aliases ] ===;;
;;
;; Custom aliases for AutoCAD / Civil 3D commands.
;; No need to edit the 'acad.pgp' file. It will stay untouched.
;; If the lisp is loaded manually it will affect only the successor drawing.
;;
;; Auto-load for any dwg file: appload > Contents... > Add...
;;
;; The comments ending with *N/A* means that there are not defined aliases in
;; the 'acad.pgp' file. Also all combined commands are *N/A*.