I have a mesh (.obj) with the following Topological Measures
via MeshLab:
V: 13602 E: 38706 F: 25126
Unreferenced Vertices 0
Boundary Edges 2034
Mesh is composed by 101 connected component(s)
Mesh has 11 non two manifold vertices and 117 faces are incident on these vertices
Mesh has a undefined number of holes (non 2-manifold mesh)
Genus is undefined (non 2-manifold mesh)
I want to fix the holes but presume the non manifold vertices
needs to be corrected first ---My goal is a water-tight surface (no holes / gaps) and these challenges suggest I do not have one.
Filters -> Selection -> non Manifold Vertices
then
Filter -> Selection -> Delete Selected Vertices
which does:
Deleted 11 vertices, 117 faces
Why does it delete the incident adjacent faces?
Is it possible to / how do I delete the vertices only?