how to resolve STL Mesh Export: Inconsistent Triangles, Duplicate Vertices, C++? #4457
-
I used the code below to add specific points before loading this file `
` then I load stl file I got this warning message how to resolve this errors use meshlib c++ 64 triangles were skipped as inconsistent with normals. thank you for your helps |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! This messages in MeshInspector basically mean that loaded mesh was not manifold. So we duplicated some vertices and skipped some triangles in order to keep loaded mesh manifold (using this function). MeshLib/source/MRMesh/MRMesh.h Lines 36 to 42 in 852a95d |
Beta Was this translation helpful? Give feedback.
Hello!
This messages in MeshInspector basically mean that loaded mesh was not manifold. So we duplicated some vertices and skipped some triangles in order to keep loaded mesh manifold (using this function).
MeshLib/source/MRMesh/MRMesh.h
Lines 36 to 42 in 852a95d