[vtkusers] vtkTriangleFilter "Bug"- Just 2 Triangles share a PointID

Lisa S. Avila lisa.avila at kitware.com
Tue Jul 30 23:37:20 EDT 2002


Hello Roma,

If you start with a quad and pass it to triangle filter, you will get 2 
vertices shared by two triangles each, and two vertices used by only one 
triangle each.

It is only impossible if you have closed manifold data to start with.

Lisa


At 05:40 PM 7/30/2002, R T wrote:


>Hello all,
>I use vtkTriangleFilter to get a triangular mesh.
>when I traverse the mesh and observe the Neigboring Cells
>with GetPointCells(PointID),  a few times
>I am getting just 2 Cells that share
>that PointID.
>with Triangles it's impossible: is it a bug?
>or how to rebuild the mesh/or the Cell links to guarantee at least 3 
>Triangles sharing a PointID.
>
>The pipeline is following
>vtkImageData ->vtkContourFilter->
>->vtkConnectivityFilter->vtkTriangleFilter->vtkPolyDataMapper
>
>Thanks in advance.
>--Roma
>
>_________________________________________________________________
>Join the world's largest e-mail service with MSN Hotmail. 
>http://www.hotmail.com
>
>_______________________________________________
>This is the private VTK discussion list. Please keep messages on-topic. 
>Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers





More information about the vtkusers mailing list