<html><body>
<p><tt>&quot;Meisam Aliroteh&quot; &lt;meisam.aliroteh@gmail.com&gt; wrote on 08/05/2007 09:31:58:<br>
<br>
&gt; Hi everyone,</tt><br>
<tt>&gt; &nbsp;</tt><br>
<tt>&gt; I was wondering if there is a vtk filter that can fix cell <br>
&gt; orientations. I have OBJ models that I load using vtkOBJReader, but <br>
&gt; the cell orientations are mixed. Some of the triangular faces are <br>
&gt; clockwise and some are counter-clockwise. I need a way to unify the <br>
&gt; orientation of all cells such that they all face clock-wise or <br>
&gt; counter-clockwise. By the way, my models are always built up of <br>
&gt; triangular patches (no strips or quads). </tt><br>
<tt>&gt; &nbsp;</tt><br>
<tt>&gt; Does anyone know how to do this ? !</tt><br>
<br>
<tt>vtkPolyDataNormals should do it.</tt><br>
<br>
<tt>&nbsp; regards, Dave P</tt><br>
<tt><br>
&gt; _______________________________________________<br>
&gt; This is the private VTK discussion list. <br>
&gt; Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk">http://www.vtk</a>.<br>
&gt; org/Wiki/VTK_FAQ<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</tt></body></html>