View Full Version : 2017 Select multiple dynamic blocks based on visibility state
beardking
2018-09-20, 05:10 PM
As the title suggests, I'm trying to figure out if it's possible to select multiple dynamic blocks based on their visibility state. I have a bunch of bunch in a bunch of drawings that I'm working on that have multiple visibility states within them. I'm trying to select all of them that are set on one visibility state so I can change, or replace them. Any way to do that without just going through and picking each one?
Thanks in advance
Not without some form of customization. QSELECT doesn't allow for the selection of blocks in the way you are attempting to do. Neither does the FILTER command.
A custom AutoLISP could create a selection set based on your criteria. But I don't know of one readily available that does that either. Of course, there is .NET and VBA that could also do this.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.