Anyone know why there is a bunch of points under my planar surface after projection?
Crowd.gh (41.0 KB)
(If anyone knows an alternative way to randomly distribute points on a similiar surface with many holes in it, I’m open to suggestions.)
Anyone know why there is a bunch of points under my planar surface after projection?
Crowd.gh (41.0 KB)
(If anyone knows an alternative way to randomly distribute points on a similiar surface with many holes in it, I’m open to suggestions.)

I don’t think that matters, it’s the projection that’s the problem, not the move to point…
EDIT: I managed to side step the problem completely with the “populate geometry” node now, but I’d still be interested in why I got the extra points from the projection, for future reference.
edit: Wrong, dont pay attention to this.
Thanks @Joseph_Oster and @HS_Kim, as mentioned, “populate geometry” instead of “populate 2D” also avoids the problem so perhaps there’s a bug with “project point”?
And now that the points are within the surface, can I hijack this thread to ask if any of you know how to keep them away from the surface edges? (I’ve seen solutions using “closest point”, but I think I have too many holes in my surface for that to work, so I’m thinking about trying putting circles around all the points and perhaps projecting to see if they’re fully enclosed or not… because I don’t think I’m able to shrink the original surface through grasshopper…)
That’s super neat, thank you both!