Skip to content

Instantly share code, notes, and snippets.

@kevinluo201
kevinluo201 / tlen.lsp
Created April 28, 2018 14:23
tlen.lsp
;|
TLEN.LSP - Total LENgth of selected objects
(c) 1998 Tee Square Graphics
|;
(defun C:TLEN (/ ss tl n ent itm obj l)
(setq ss (ssget)
tl 0