Try GetMatrix / SetUserMatrix. If the destination actor has any position, rotation or scaling directly, you'll have to reset those to 0 or 1 appropriately. If not, the destination actor should snap to the source actor after calling SetUserMatrix.<div><br><br>On Thursday, November 12, 2015, Lonni Besançon <<a href="mailto:lonni.besancon@gmail.com">lonni.besancon@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I was wondering if there was a way to extract the transformation matrix of<br>
an actor and apply it to an other actor.<br>
The scenario would be something like that: I have an actor with a given<br>
orientation/position/scaling, that I would like to apply to an other actor<br>
so that it gets in the exact same orientation/position/scaling. This could<br>
be use for instance to swap two actors or to mirror on different<br>
applications the different actions made on one of the applications.<br>
<br>
So far I have tried to play with GetUserMatrix() and SetUserMatrix(), but<br>
the problem is that most of the time this matrix is NULL. So I have tried to<br>
use the GetMatrix() to get the matrix of the first actor but I was wondering<br>
how I could now apply it to an other one.<br>
<br>
I've tried to read the documentation but I was unsuccessful in finding the<br>
exact information I'm looking for.<br>
<br>
Have a nice day and thanks in advance for the help<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Apply-one-transformation-matrix-to-an-other-actor-tp5734919.html" target="_blank">http://vtk.1045678.n5.nabble.com/Apply-one-transformation-matrix-to-an-other-actor-tp5734919.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<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>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>