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)
Adam_M
(Adam Mounsey)
October 22, 2021, 6:15am
2
Here is one option:Find curve by Point_v2.gh (14.0 KB)
Adam_M
(Adam Mounsey)
October 22, 2021, 6:18am
3
Here is another using just domains. There are lots of options.
Find curve by Point_v3.gh (6.4 KB)
1 Like
Baris
October 22, 2021, 6:29am
4
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
Baris
October 22, 2021, 7:32am
6
Sorry, I don’t understand you
Hi,
In my code I have 03 curve are separate
I want get 03 curves separate then find one of them
Thanks
Baris
October 22, 2021, 7:43am
8
And @Adam_M solution V2 is not doing that?
1 Like
Thank you
I will check this solution