how to stitch two mesh closed mesh A and closed Mesh B #4511
-
Hi devs, I want to delete or remove this overlapping (colliding) area (the red part). I tried using thickenMesh(mesh, 0); to remove it, but it changed the vertices of the mesh, which is not what I want. How can I properly remove this thin overlapping area without modifying the rest of the mesh? always appreciate for your helps |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello!
Also, it seems that MeshLib/source/MRMesh/MRMeshFillHole.h Line 108 in d145d95 |
Beta Was this translation helpful? Give feedback.
Hello!
Repair with this settings just fills small holes.
Could you please share your files so we would be able to suggest you anything (you can share files on
support@meshinspector.com
if you don't want to upload them publicly)P.S.
In your code sample you actually do not use fill hole settings
Also, this code do nothing:
FaceBitSet fsLargest = MeshComponents::getLargestComponent(mesh); mesh = MeshPart(mesh, &fsLargest).mesh; // do nothing
If you want to keep only largest component you should do it like this: