Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindNearestTriangle method does not return right triangle #181

Open
iammanik opened this issue Sep 14, 2022 · 1 comment
Open

FindNearestTriangle method does not return right triangle #181

iammanik opened this issue Sep 14, 2022 · 1 comment

Comments

@iammanik
Copy link

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?

@iammanik
Copy link
Author

iammanik commented Sep 14, 2022

image

As shown in the above image, the reference point is on the top face. The nearest triangle which the method returns is on the bottom side.
I was expecting that the method should return the nearest triangle on the top face.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant