how to find surface type by a point?
Hi,
I got one problem. I use ProSolidOutlineGet() to get the bounding box's size.
By maximum and minimum values of X, Y, and Z, I use them to get a plane and get points as starting points in ProSolidRayIntersectionCompute().
Now, I got an interference point on the surface, but I can't find any way or function to get the surface type.
Can I use a point to get the surface type? Does anyone have some advice?

