Dear all,<br><br>I&#39;m using vtkTransform to transform my actor. I have a question on this.<br><br>If I do multiple transformation with the same vtkTransform object, would these transformation concatenate? For example, if I translate my actor as transform-&gt;Translate(10, 0), and then scale it again transform-&gt;Translate(20, 0). Would the result actor be moved on X direction by 30? What if the same situation happens in scale and rotate?<br>
<br>If it does concatenate, and I don&#39;t want it to be concatenate, should I delete the transform object and generate another one instead?<br><br>Thank you very much.<br><br>Best wishes<br>Long<br>