Hello everyone,
I was trying to evaluate the points inside this surface but the trim inclusion throws all the booleans as false. I tried to reparametrize all the inputs but nothing seems to work. This was the link I was following at first.
Thanks in advance!!
I think you want Surface Closest Point but it looks like you’re using Plane Closest Point, so your UVs don’t make any sense.
Surface Closest Point
Plane Closest Point
Also you’re evaluating your surface at world coordinates instead of UVs, which also doesn’t make sense.
Oh, thanks Andrew!