[vtkusers] Proving a surface mesh of closeness

Dominik Szczerba dominik at itis.ethz.ch
Fri Oct 3 02:17:31 EDT 2008


If it is manifold then pick the 1st element and make sure each one it has the 
proper number of neighbors (for triangles: 3). Mark the element as 'visited' 
and visit all his neighbors, repeating the procedure. At the end, if number 
of visited elements equals to number of elements in the mesh and all have 
their expected neighbors the mesh is closed.

DS

On Friday 03 October 2008 02:48:59 am Charles Monty Burns wrote:
> Hello,
>
> I repaired a surface mesh and want to prove whether the mesh is totally
> closed or not. Save is save ...
>
> How can I do this?
>
> Greetings



-- 
Dominik Szczerba, Ph.D.
Computational Physics Group
Foundation for Research on Information Technologies in Society
http://www.itis.ethz.ch



More information about the vtkusers mailing list