Community
Hi!
I need Qselect autolisp routine of AutoCAD Qselect command.
Avinash
How should it work differently from just using QSELECT?
You don’t like the dialog box gui with the current Qselect command?
Heres a detailed list of the lisp ssget possibilities from Lee Mac that you can implement on your own.
You can build your own lisp defun with preset filters or have say pick existing object and make a matching filter. All using (ssget (list (cons 0 objecttype)(cons 8 layer))) and so on.
Can't find what you're looking for? Ask the community or share your knowledge.