Intersections of multiple curves

Hallo Dear Com

After formfinding the next thing I need to do is to find the intersection points of the following curves.
By using the component “Multiple Curves” the following result appears:

As u can se there are a lot of intersectionpoints found marked in blue. What I want is to identify the red ones as sectionpoints too. Im not sure if they curves at these points are just nearly crossing each other. If yes, is there a way to play around with tolerance?
Intersection_Issues.gh (90.4 KB)

if someone can help, I’d be thankfull

Kind regards

Your curves are absolutely not intersecting at this point - to see that it’s often a good idea to bake them in Rhino.

If you want these curves to meet at these points, you have to build them that way, which means you need to add more horizontal guide curves, divide them accordingly and add the points in the interpolation list.

image

1 Like

Thanks, u are completely right, I wasnt able to see this fact in GH, rhino backing helped to see.

Thank you a lot. Problem solved.