Culling the line which have intersections with other lines

Hello,
I have divided some curves by length, and from each of the interval, I made a perpendicular line. now I want to take only the lines (the perpendiculars) which have intersections with the curves I mentioned. I already tried but I could not find the solution

20190920_SmartOffset_re.gh (31.8 KB)

Hello,
I new in grasshopper too, And Ihave bad english. I think you should use boolean operators, which will check the curves for intersection. and then use somthing like this image

Hi,

you can check the red group…

20190920_SmartOffset_RE.gh (37.3 KB)

1 Like

Thank you, by the way, your English is good

the powerful of google translate)))))!!!

:rofl:

Thank you so much, can you tell me why you used shift path?

You are welcome. I have used it to get same number of branches as number of lines.
In that manner Dispatch pattern has been matched.

1 Like

Thank you for your help, I should spend more time on understanding data tree :heart_eyes:

1 Like