Can I select objects without loading their properties?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I don't think this is possible. But I figured I'd check.
When I'm selecting objects without running a command, AutoCAD seems to "load" the properties of each object. So if I select a large number of objects (or select complex objects, such as dynamic blocks), there's a noticeable delay between the moment I select those objects and the moment that I can either see the properties or run a command (assuming I have PICKFIRST turned on). The more objects there are (or the more complex they are), the greater the delay, sometimes several seconds.
However, when I'm selecting objects mid-command, that "loading" process is eliminated. Selection is immediate. No perceivable delay.
So here's what I'm wondering.
Is it possible to have that mid-command selection (i.e., no property-loading; just immediate, seamless selection) be the default behavior when selecting objects without running a command? Is it possible to just select objects and not load their properties unless I explicitly run a command like SELECT? Or is this behavior (loading the properties of selected objects any time they're selected outside of a command) just baked-in behavior that can't be modified?
(I'm asking this is because I have a custom LISP that either zooms to extents (if no objects are selected) or zooms to the selected objects (if objects are selected), and I have it mapped to Shift-Right Click. I wrote the command in such a way that it would only look for objects selected before running the command (i.e., PICKFIRST-objects only), which saved me from having to press Space / Enter. But I got annoyed with the delay between selecting the objects and running the command (when I wanted to zoom to specific objects), so I changed it so that objects could be selected either before or after the command is invoked. But this means that I have to hit Space / Enter every time I use it, and I -- an undiagnosed perfectionist -- find that annoying.)
Thanks in advance.
(EDIT: I normally keep the Properties palette open at all times. I have tried closing the Properties palette, which does reduce the "load" time, but doesn't eliminate it, which is what I'm hoping to achieve.)