ahyin Posted October 25, 2011 Posted October 25, 2011 Dear All, When I try to use the commnad (ssget"_a") to select all entities on screen, it found 129 and 2 were not in current space. How to avoid select not in current space objects by lisp command ? Thanks ! Quote
MSasu Posted October 25, 2011 Posted October 25, 2011 You may try: (ssget "_A" (list (cons 410 (getvar "CTAB")))) Regards, Mircea Quote
ahyin Posted October 25, 2011 Author Posted October 25, 2011 You may try: (ssget "_A" (list (cons 410 (getvar "CTAB")))) Regards, Mircea Thank you so much ! it work now. 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.