I want to connect two meshes together without creating any holes at the connected part. Could you tell me how to do that? #4491
Answered
by
Grantim
JihoKang24
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Apr 22, 2025
Replies: 1 comment 1 reply
-
Hello! Neither merge nor union fill or stitch holes, so I suggest you need to Merge and Stich: MeshLib/source/MRMesh/MRMeshFillHole.h Lines 85 to 109 in 087f409 https://meshlib.io/documentation/Cpp/group__FillHoleGroup.html#gaa096c69aa6c5cf97a783e92aa3a70157 If you know that these holes have exact matching by vertices you could also try MeshLib/source/MRMesh/MRMeshBuilder.h Lines 91 to 97 in 087f409 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JihoKang24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Neither merge nor union fill or stitch holes, so I suggest you need to Merge and Stich:
MeshLib/source/MRMesh/MRMeshFillHole.h
Lines 85 to 109 in 087f409