Message 1 of 7

Not applicable
05-22-2018
08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Good Day..
new to forum here,
Looking for help in LISP coding to select single Block Automatically on screen by Block name Through lisp code from entire drawing .
I trying many codes as follows.
(setq ss(ssget "x" (list(cons 0 "insert") (cons2 "*U27"))))
( setq anonymus-ss (ssget "x" (list (cons 0 "INSERT") (cons 2 "*U27"))))
(setq ss (ssget "_x" '((0 . "INSERT") (2 . "YourBlockNameHere")
but it not work properly i cant select single Block By Block Name
Your help in this highly appreciated.
Regards
TechTeam Zener
Solved! Go to Solution.