How to cull point list like this?


This is my surface and points and I want to select points like this.

And the list looks like this, 2d list.

The reason I’m doing this is because I can’t have a uv line with two different surface pieces connected. If I know how to solve this, I actually don’t need a way above.

Good evening @Rezome
It would be very helpful to have a gh file to work on.

1 Like

same_uv_surface.3dm (3.8 MB)
same_uv_surface.gh (15.6 KB)

Thank you for your tip. Here’s my file.
I am a newbie for grasshopper, so please forgive my weird script.

No worries. Will try tonight. :slightly_smiling_face:

Thank you so much @Ryan14 !

I think I make it!. I changed the data structure and used the cull. Thank you so much for your care. Also, I succeeded in drawing continuous v curves of two different connected surface using the closed point component. But I am now studying the way to extract u and v points using this method. Maybe I can just intersect existing u curve with continuous v curve.

Thank you.

1 Like