Message 1 of 9
Insert a block in point a & b, but if there's already same block, don't insert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, it is me again.
How do you write a lisp that capable detects if there's a similar object around it?
Like, say, I wrote a lisp that need user's input for point a (start) & b (end).
I want it to insert a block in both point, but it will only insert the one that has no similar block in an area of 15 units.