Mesh Healer "Auto Repair" option #3945
-
Hello Devs!! I'm trying to use "Auto Repair" option in mesh healer in Mesh Inspector UI. I found I tried the the method but the resulting mesh has zero valid vertices Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello Parv, The issue with your code is that you forgot to setup Also please note that you'd better use |
Beta Was this translation helpful? Give feedback.
-
We do not have set = mm.RebuildMeshSettings()
set.voxelSize = 0.0185
resMesh = mm.rebuildMesh( curveMesh, set ) |
Beta Was this translation helpful? Give feedback.
Hello Parv,
The issue with your code is that you forgot to setup
voxelSize
inGeneralOffsetParameters
. Please try the same value as in UI:0.0185
.Also please note that you'd better use
rebuildMesh
function to get the same result asAuto Rebuild Model
in MeshInspector UI.