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

how to fill holes of a mesh #8

Closed
hanikh opened this issue Mar 11, 2019 · 1 comment
Closed

how to fill holes of a mesh #8

hanikh opened this issue Mar 11, 2019 · 1 comment

Comments

@hanikh
Copy link

hanikh commented Mar 11, 2019

how can I use your code to fill holes on a triangular mesh surface and close it in order to make the mesh appropriate for volume calculation?
thanks

@hanikh hanikh changed the title how to fill holes ofa mesh how to fill holes of a mesh Mar 12, 2019
@larc
Copy link
Owner

larc commented Mar 13, 2019

There is implemented a method to close small holes in a triangular mesh; then with a closed mesh, you can use any method for volume calculation. The code has a class dependency. You can write a new off file with the mesh without holes. See some references about hole repairing in the README file.

@larc larc closed this as completed Mar 13, 2019
larc added a commit that referenced this issue Mar 21, 2024
minor che fix no edges on border
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