I am quite new to grasshopper and am trying to figure out a way to replace the self intersecting curves in my script with curves that are as they should be continuous. I think the problem becomes clear from the images I attached. Does anybody know a way to do it?
Is the problem unclear? I want to combine the single overlapping curves that touch and intersect into one curves so that it only has one start point and one end point for each continuous horizontal line
Like @HS_Kim suggested, its best if you upload a small portion of your definition. You dont have to upload the whole thing, just connect the lines that are the input to your Join component to a Line component, right click (on the Line component), and select internalise data.
This could be one way, but there has to be an easier method.