I wanted to know if you could help me figure out how to optimize the Region Union in the attached files.
I wonder if there’s any way to just apply the Region Union to intersecting circles in the dot pattern (and thus avoiding unnecessary calculations) and speeding up the process.
this is just to filter the intersecting circles, like “if the sum of the radiuses is bigger than the center-to-center distance, than they intersect”, takes the total time from 28 seconds to 8 on my machine… but it doesn’t look like a final solution
Definitely, it sounds reasonable, so it should work like a charm. It was my intention to limit the region to just the intersecting dots, but couldn’t think about a simple way to accomplish that.
That’s why it’s great to have such a supporting community!
How would you use the MCX node to replace your solution? I’m scratching my head about its output.
I’m still a rookie when it comes to GH, so I wouldn’t know how to connect your MCX proposal to the Region Union.
Thanks, and apologies for being such and ignorant (but willing to learn by doing)!
Definitely, it sounds reasonable, so it should work like a charm. It was my intention to limit the region to just the intersecting dots, but couldn’t think about a simple way to accomplish that.
That’s why it’s great to have such a supporting community!