Hi everyone,<br><br>I&#39;m trying to scale, rotate and translate my polydata. My strategy is using vtkTransform to do these operations one by one. The order is scale, rotate and translate. I calculate the transform parameters and use vtkTransform::Scale, ::RotateZ() and ::Translate() to define the transformation. Then I pass this transformation to my camera by vtkCamera::SetUserTransform(). After that, I do the visualization pipeline again to show the new polydata object. And the visualization pipeline is capsualted as an independent function.<br>
<br>So far, the scale and rotate works well and the polydata changes as I expected. However, as I start to translate it, it disappears! It doesn&#39;t work even I put simple numbers as the input parameters. <br><br>I tried to pass the transform to my actor and use vtkActor::SetUserTransform to do it. But again, the scale and rotate works well and translate failed.<br>
<br>Can anyone give me some advice? I&#39;ll be extremely appreciate it!<br><br>Thank you very much!<br><br>Best wishes<br>Long<br>