Find curves by Point

Hi Guy,
I have one curve then I divide to 03 part (curves) by Point On Curve component.
And I have one Point run on this curve.
How I can select curve by Point run when this point inside 03 Curves above
Thanks so much
Please check my file

Find curve by Point.gh (10.1 KB)

Here is one option:Find curve by Point_v2.gh (14.0 KB)

Here is another using just domains. There are lots of options.
Find curve by Point_v3.gh (6.4 KB)

1 Like

In the V3 provided by @Adam_M , you should be sure to generate a domain from 0 to 1:


Reparameterizing the line is unnecessary, since its domain always will be from 0 to 1. alternatively you could do it like this:

1 Like

Dear @Baris & @Adam_M
Thank you for quick reply
But I want to show 03 curves after divided. Then select one of them.
Thanks

Sorry, I don’t understand you

Hi,
In my code I have 03 curve are separate

image
I want get 03 curves separate then find one of them
Thanks

And @Adam_M solution V2 is not doing that?

1 Like

Thank you
I will check this solution