Message 1 of 1
Isolate Dynamic Block by types lookups or visibilities

Not applicable
10-16-2016
08:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have a simple lisp to isolate dynamic blocks with different types, lookups or vibilities.
It's doesn't seems to isolate by blocks types, lookups or vibilities. Attached is a dwg for testing.
(defun c:ib (/) (setvar "CMDECHO" 0) (setq ss(ssget)) (command "selectsimilar" ss "") (command "isolateobjects") (setvar "CMDECHO" 1) (princ) )
If possible, can those hidden objects be not totally hidden but fade out, just like xref fade control.
Our goal is to highlight dynamic block/s by types, lookups, visiblities, etc...
Thanks in advance.