I am trying to use the following code to check for the presence of an entity at
a specific point but the results are affected by
whether objects fall within the current pickbox.
(ssget point_test '((0 . "LINE")))
Is there a way to select at specific point, perhaps even allowing for a specific
amount of tolerence?
I have also tried:
(ssget "c" point_test point_test)
when zoomed out far enough returns nearby lines as well.
Thanks
Cliff
- posted
18 years ago