The area within intersecting curves

Hi, I’m trying to get a curve boolean or a boundary surface of the curves I have that extend beyond the intersection points:

What I would like at the end is a polyline of their intersected area or a surface

How can I achieve this? Thank you all in advance
here’s the script
curveintersections.gh (1.8 KB)

R

Here’s one way:


curveintersections-b.gh (7.7 KB)

3 Likes


curveintersections_re.gh (7.6 KB)

4 Likes

Great ideas, thank you both so much!