- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to make a code so that I can select two points (always on the horizontal plane) and add a dynamic block between those two points and change the length to the distance between two points. This I can already do. Now I want to get a list of all blocks that are intersecting with the newly added block. Is it possible to get this list WITHOUT using ssget ( 0 . "insert") and checking each block if it is intersecting or not? Because with this method (ssget method) I would have to check thousands of blocks if it intersects with the newly added block, and this command will be run multiple times in a short duration.
(lee mac's LM:intersections function can return nill if given two blocks donot intersect).
Thanks in advance for any help.
Solved! Go to Solution.