Hello GH community,
Can anyone help, I am trying to split a list of points into groups (green group, blue group and pink group) based on arbitrary curves.
I thought closest point was a good start but I’m unsure why it isn’t working.
Any help would be appreciated.
closest point.gh (8.9 KB)
Greatly appreciated, thank you Joseph!
All talk at the moment but I think something like this is a problem for a ‘curve side’ process (I need to test it) where you obtain all points to the left and right of each arbitrary curve, then you do a set union of these to get rid of duplicates and keep all groups. Nonetheless your curves don’t seem that ‘arbitrary’, so I’d stick to Joseph’s surface closest point method if nothing else is changing from here.
Another way.
cull_points_2024Jul31b.gh (21.4 KB)
Or colored like version ‘a’:
cull_points_2024Jul31bb.gh (19.6 KB)
1 Like