>From the <a href="http://www.vtk.org/doc/nightly/html/classvtkTransform.html">docs</a> I would say it concatenates. If you want to reset it just call Identity(), no need to delete.<br><br><div class="gmail_quote">On Thu, Nov 10, 2011 at 18:20, Wenlong Wang <span dir="ltr">&lt;<a href="mailto:scc.wwl@gmail.com">scc.wwl@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>