hrobeers / finFoil

The main finFoil repo
http://www.finfoil.io
Other
25 stars 5 forks source link

3D exports contain holes #38

Closed hrobeers closed 9 years ago

hrobeers commented 9 years ago

Meshlab shows that the stl exports contain holes. Unifying duplicate vertices fixes the holes.

hrobeers commented 9 years ago

Use vtkCleanPolyData Example usage

hrobeers commented 9 years ago

Fixed using vtkCleanPolyData & vtkFillHolesFilter

hrobeers commented 9 years ago

Apparently the holes weren't an issue, but the manifoldness is. Reopening the issue.

hrobeers commented 9 years ago

Manifoldness fixed using vtkFeatureEdges