[vtkusers] Click and drag a vertex of a vtkUnstructuredGrid

David Doria daviddoria at gmail.com
Thu Aug 11 08:37:46 EDT 2011


On Thu, Aug 11, 2011 at 4:37 AM, lokida <mlokida at yahoo.fr> wrote:
> Hello,
>
> I have used the
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/MoveAVertex Click and
> drag a vertex  example and it works with vtkPolyData.
> Now, I would like to use it with a vtkUnstructuredGrid but I haven't found
> any examples or documentation about this.
>
> Is-it possible do click and drag a vertex of an unstructuredGrid. If yes,
> how Can I do that (example, link,..) ?
>
> Than you.

It should be exactly the same, just using a vtkDataSetMapper instead
of a vtkPolyDataMapper, no?

David



More information about the vtkusers mailing list