Hello All,
I have two closed curves that partially align, and there are portions on two sides where they diverge between tangent points. The radiuses of the constituent parts are adjustable with the sliders.
I need to find those points where they “touch”, but when I use CCX component I get only 2 points out of 4 and one more point in incorrect location:
I generally don’t like doing things “quick and dirty” but your code is already like that anyway (not written “the Grasshopper Way”) and my day is done so here you go: (blue and white points)
So, the big question is why I was getting incorrect output and why splitting each loop in two has solved the issue - produced all the correct intersection points?
I don’t spend much time asking “Why?”. My focus is on how to get the results I want. In this case, it was a hunch that splitting the curves might work, which it does.