Hi Team,
Thanks for the library functions. I'm a newbie for this library.
Issue:
I'm using 3d meshes for my project. My objective is to find the nearest triangle based on the user reference point input.
The FindNearestTriangle method returns the triangle from the other side (3D-geom) of the reference point and not on the same side.
How do I get the triangle in the same face side of the selected reference point?