Closed hrobeers closed 9 years ago
Meshlab shows that the stl exports contain holes. Unifying duplicate vertices fixes the holes.
Use vtkCleanPolyData Example usage
Fixed using vtkCleanPolyData & vtkFillHolesFilter
Apparently the holes weren't an issue, but the manifoldness is. Reopening the issue.
Manifoldness fixed using vtkFeatureEdges
Meshlab shows that the stl exports contain holes. Unifying duplicate vertices fixes the holes.