<div dir="ltr">Depending on the GUI in which you display your vtkRenderWindow, you might be able to just press the &#39;w&#39; key and you&#39;ll get the desired wireframe view (&#39;s&#39; gets you back to a &quot;surface&quot; view). Otherwise, on the vtkActor for your wireframe, you can call<br>
<br>actor.GetProperty().SetRepresentationToWireframe()<br><br>Cory<br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 4:57 PM, Gökhan ERSOY <span dir="ltr">&lt;<a href="mailto:goksoy66@gmail.com">goksoy66@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">&nbsp;Hi all,<br><br>&nbsp;When i use vtkDelanuay2D to construct a wireframe, it paints the triangles between points. I want to do the reverse process. When my programs starts, I want to view only &quot;points&quot; and lines between those points. How can i do this?&nbsp; &nbsp; <br>

<br>&nbsp;Thanks...<br><br><i>Gokhan</i><br></div>
<br>_______________________________________________<br>
This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><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>
<br></blockquote></div><br><br clear="all"><br>-- <br>Cory Quammen<br>Center for Computer Integrated Systems for Microscopy and Manipulation<br>Department of Computer Science<br>University of North Carolina at Chapel Hill<br>
<a href="http://www.cs.unc.edu/~cquammen">http://www.cs.unc.edu/~cquammen</a><br>
</div>