[vtkusers] a question about wireframe surface

Cory Quammen cquammen at cs.unc.edu
Thu Sep 4 19:27:10 EDT 2008


Depending on the GUI in which you display your vtkRenderWindow, you might be
able to just press the 'w' key and you'll get the desired wireframe view
('s' gets you back to a "surface" view). Otherwise, on the vtkActor for your
wireframe, you can call

actor.GetProperty().SetRepresentationToWireframe()

Cory

On Thu, Sep 4, 2008 at 4:57 PM, Gökhan ERSOY <goksoy66 at gmail.com> wrote:

>  Hi all,
>
>  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 "points" and lines between those points. How can i do
> this?
>
>  Thanks...
>
> *Gokhan*
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>


-- 
Cory Quammen
Center for Computer Integrated Systems for Microscopy and Manipulation
Department of Computer Science
University of North Carolina at Chapel Hill
http://www.cs.unc.edu/~cquammen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080904/3a0eb17c/attachment.htm>


More information about the vtkusers mailing list