I am getting error Error while uniting meshes: Fix lone contours iteration limit reached #3847
-
I am getting this error when I am using the mm.uniteManyMeshes function it is working locally, but on the EC2 server it is crashing for the same data |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello! The error means that there some non-trivial degeneration that cannot be resolved. Are you sure you are using same version of MeshLib locally and on server? |
Beta Was this translation helpful? Give feedback.
-
local and server versions are the same 2.4.4.153
|
Beta Was this translation helpful? Give feedback.
Thanks!
Something like this could happen if meshes have many coplanar parts with small noise.
float computation differences on different OS might lead to difference in the result.
In general for such cases we have
could you pleas try it?