I tried &quot;tetraMesh.vtk&quot;  from data folder.<br><br>vtkUnstructuredGridReader reader = new vtkUnstructuredGridReader();<br>    reader.SetFileName(&quot;C:/vtkData/tetraMesh.vtk&quot;);<br><br>vtkDataSetMapper mapper = new vtkDataSetMapper();<br>
    mapper.SetInput(reader.GetOutput());<br><br>I press w key for wireframe but i don&#39;t see the tetrahedrons, only the boundary triangles.<br><br>Thanks. <br><br><div class="gmail_quote">2009/12/10 David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Thu, Dec 10, 2009 at 7:05 AM, Baliki B. &lt;<a href="mailto:balikivtk@gmail.com">balikivtk@gmail.com</a>&gt; wrote:<br>

&gt; Hi,<br>
&gt;<br>
&gt; i have an unstructured grid (a file) which contains tetrahedrons.<br>
&gt; I read the file with vtkUnstructuredGridReader.<br>
&gt; Then i use a vtkDataSetMapper but i  don&#39;t really get the tetrahedron but<br>
&gt; the boundary tringles.<br>
&gt;<br>
&gt; What am i doing wrong?<br>
&gt; How can i visualize it so that i can see the tetrahedrons?<br>
&gt;<br>
&gt; (Sorry if my questions are &quot;stupid&quot;.)<br>
&gt;<br>
&gt;<br>
<br>
</div></div>Can you send us an example file?<br>
<br>
Thanks,<br>
<br>
David<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>