example of Mesh Healer "Auto Rebuild Model" button #3563
Answered
by
Grantim
yueyueyueniaofei
asked this question in
Q&A
-
I used the generalOffsetMesh function in healer.py to fix a model, but it only rebuild mesh with more errors. The result is different from the 'Auto Rebuild Model' in MeshInspector, and it increases the number of original errors in the model. Could you provide a complete example of using 'Auto Rebuild Model'?" |
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Oct 25, 2024
Replies: 1 comment 4 replies
-
Hello! Actually, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are almost right, "Auto Rebuild Model" uses
generalOffsetMesh
but then if any issue remained it proceed with "Repair Selected" (at most two iterations). So what you might need to do is remove small components and enable decimation.Actual "Repair Selected" is set of much more complex algorithms that are called in specific order, translate it to python might be big effort, usually it is recommended to have specific fixes for each type of cases ins…