noochstyle Posted May 21, 2007 Posted May 21, 2007 Is there a command line version of quick select? Quote
tzframpton Posted May 21, 2007 Posted May 21, 2007 no, dialog box only, as far as I know. This question has been asked before. I bet you're trying to do a macro, right? Quote
borgunit Posted May 22, 2007 Posted May 22, 2007 You can use ssget lisp to filter a selection set. ie Selecting all circles... (ssget "X" '((0 . "CIRCLE"))) Quote
noochstyle Posted May 24, 2007 Author Posted May 24, 2007 I am using AutoCAD 2007 LT.... Any suggestion for our LT users? Quote
tzframpton Posted May 24, 2007 Posted May 24, 2007 can't do it. If you want to streamline your selection a bit more, trying using the FILTER command. this allows you to save selection/deselection sets. Quote
SteveK Posted August 6, 2009 Posted August 6, 2009 If it's layers you're wanting to filter check out this thread (particularly Post #7): Need LISP program to select all objects in layer CAB wrote a real helpful Select program I use all the time instead of QSelect. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.