Points 'In Region' Instead of 'In Curve'?

I need to sort some points inside some regions/surfaces. Points in Curves gets the job done except for the curves the have holes…

What’s the most efficient way to test for inclusion inside regions instead of just curves?

regions.gh (19.7 KB)

something like this work for you?

1 Like

Another approach.

regions-b.gh (10.6 KB)

1 Like

Screenshot 2022-07-25 at 20.52.16

This can also be simply done by doing some maths:

regions.gh (7.7 KB)

2 Likes