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

Mapping input triangles to output surface triangles #49

Open
kermado opened this issue Sep 24, 2022 · 1 comment
Open

Mapping input triangles to output surface triangles #49

kermado opened this issue Sep 24, 2022 · 1 comment

Comments

@kermado
Copy link

kermado commented Sep 24, 2022

Hello,

Is it possible to map from input triangles to output surface triangles using either fTetWild or TetWild? In other words, given a face on the input mesh, can I obtain all the corresponding output surface triangles?

Thanks!

@Yixin-Hu
Copy link
Collaborator

Hi,

The input faces are not exactly preserved, so there is no direct correspondence between input faces and output surface faces. You could compute the closest (simply use euclidean distance) output surface faces for each input surface face to get the mapping.

Hope this helps.

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

2 participants