Hi! I need help in determining what surface the point is located at, I have a set of points and each of them lies on a surface.
if I choose a point and the output should give me the surface does it lies.
Hi! I need help in determining what surface the point is located at, I have a set of points and each of them lies on a surface.
if I choose a point and the output should give me the surface does it lies.
Surface Closest Point
will give you the distance. Sort the points by distance and take the first.
Repeat for each surface.