Open curve boolean or domain

Hi I have a scenario where I have 3 curves which overlay.
1 - first original curve
2 - second curve (sub curve created from first) domain 0 to .9 of first curve
3 - third curve (sub ,curve created from first) domain .1 to 1

Best way to extract the common sections of the curves, in other words combine the domain from .1 to .9 of the original curve? Its kind of a boolean intersection of overlaying curves.

something like this might work:

min_max_subdomain.gh (11.9 KB)

there probably are simpler solutions…

2 Likes

Very nice.

Thank you