Hi all, I'm new to Intellicad but old with AutoCAD and was trying to workout why the following autocad lisp didn't work. ; Set Status Attribute (defun c:SSA (/ ss i ename) (if (setq ss (ssget "_X" '((0 . "insert") (2 . "TitleBlock") (66 . 1)))) (repeat (setq i (sslength...
- Forum: AutoLisp/SDS
- Topic: Block attribute
- Replies: 6
- Views: 9465
- Sun Jan 12, 2025 11:55 pm
- Jump to post