Smooth boundary faces #5038
Unanswered
ParvGuptaSpCT
asked this question in
Q&A
Replies: 1 comment
-
Hello! In this tool we use MeshLib/source/MRMesh/MRMeshBoundary.h Lines 10 to 15 in 9600de9 bdEdges = mesh.topology.findHoleRepresentiveEdges()
for bd in bdEdges:
mm.straightenBoundary( mesh, bd, 0.5, 10.0 ); |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to smooth the boundary faces of the mesh after cutting the mesh using contour.
I have used Smooth Boundary in Mesh Inspector, I'm trying to replicate the output in MeshLib (Python). Alternatively I have tried
smoothRegionBoundary
andsmoothSelection
with whole mesh as FaceBitSet but there were not change in the mesh. I also tried usingpositionVertsSmoothly
which did smooth the boundary but it cut a substantial amount of mesh at the boundaries.can you provide the settings or method used in the smooth the boundary of a mesh.
please find the mesh here
Thanks
Beta Was this translation helpful? Give feedback.
All reactions