Fixing/repairing triangle meshes #5455
Answered
by
benjaminum
jpmaterial
asked this question in
Q&A
-
Triangle meshes can often be broken, i.e. non-watertight: Missing triangles, bad edges, overlapping triangles, and more. Does Open3D offer any functionality to fix these meshes or is there a plan to add that functionality? |
Beta Was this translation helpful? Give feedback.
Answered by
benjaminum
Aug 20, 2022
Replies: 1 comment
-
A function for filling holes was added in this PR #5285 . It will be in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jpmaterial
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A function for filling holes was added in this PR #5285 . It will be in the next release.