[vtkusers] Translating and rotating PolyData

Dmitri Danewitz d.danewitz at yahoo.de
Tue Aug 4 05:19:48 EDT 2009


Hello folks!
 
Is there a way to rotate / translate a vtkPolyData in a such way that not only the borders of the vtkPolyData are moved, but also the values in the polyData?
 
For example if I haf a PolyData with 1x1 coordinates which are:
 
x = 0, y = 0 
with the value 6 in that location and I move it to:
 x = x +100 
so that the new coordinates are :
x = 100, y = 0 
and the value would still be 6
 
Does someone know how to do such a thing?
 
Greets
Dmitri 


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090804/e73fa5e4/attachment.htm>


More information about the vtkusers mailing list