Message 1 of 3
Select block (with attributes) ons specific location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm tying to select a block(s) thats on are on specific location (500, 500,0) in the drawing.
I have tried:
(ssget "_x" '((0 . "insert") (10 500 500 0)))
but that doesn't seem to work?
Please help me how this can be done with a lisp routine?
Thanks a lot