[vtkusers] Implementing a EdgePicker ...

Will Schroeder will.schroeder at kitware.com
Thu Jan 30 16:00:28 EST 2003


Here are some hints:
- use vtkExtractEdges to extract the edges of your data
- take these edges and render them via a separate actor
- make all actors PickableOff except the edge actor
- then use the standard pickers to pick the edges

Will

At 03:50 PM 1/30/2003 -0500, Sebastien Auclair wrote:
>Greeding !
>
>We'd like to be able to pick our objects only by their edge (lines).
>
>We though of implementing a specific picker but we're a bit lost amount all
>the different funtions that we can use to achieve our goal.
>We don't want to re-invent the weel and someone must have had the same need
>...
>
>Any suggestions would be appriciated !!
>
>Thanks in advance !
>
>_________________________________
>Seb
>
>_______________________________________________
>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