Alex_Miller Posted October 26, 2018 Posted October 26, 2018 It seems simply. (setvar "OSMODE" 512) (setq point (getpoint "\nSelect the point: ")) (setq regions (ssget point '((0 . "REGION")))) (sslength regions) returns 1 but must be 2 Quote
marko_ribar Posted October 26, 2018 Posted October 26, 2018 (setq regions (ssget "_C" point point '((0 . "REGION")))) 1 Quote
Alex_Miller Posted October 26, 2018 Author Posted October 26, 2018 Oh, you really helped me. Thank you so much! 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.