how to remove this area? #4279
Unanswered
JihoKang24
asked this question in
Q&A
Replies: 1 comment
-
Hello! There are different ways to detect and remove this area:
Find too sharp edges and near areaFind sharp edges: MeshLib/source/MRMesh/MRMesh.h Lines 295 to 296 in 2505496 Convert to incident faces: MeshLib/source/MRMesh/MRRegionBoundary.h Lines 87 to 88 in 2505496 Expand if needed: MeshLib/source/MRMesh/MRExpandShrink.h Lines 8 to 9 in 2505496 mesh.deleteFaces( ... ) than.
Find overlaps areaMeshLib/source/MRMesh/MROverlappingTris.h Lines 9 to 22 in 2505496 mesh.deleteFaces( ... ) than.
Avoid them by offsetting "sub" mesh before booleanOffset mesh B a little bit before boolean MeshLib/source/MRVoxels/MROffset.h Lines 101 to 108 in 2505496 Perform booelan(...) than.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello devs
when I subtract two mesh i got this result


I want to remove this thin area contains open mesh
what function can I use? for remove
I used MRMeshThickness but hard too specific area.
thank you for your helps
Beta Was this translation helpful? Give feedback.
All reactions