<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}

p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><div>&gt; I want to move an actor. When i use the function setPosition of the actor i<br>&gt; see that the coordinates are actor coords.<br>&gt; Is there any other function/class/way to move an actor in the world<br>&gt; coordinates?<br></div><div>Use SetUserTransform with a vtkTransform object that does a translation transformation.</div><div>&nbsp;</div><div>Some examples:</div><div><a title="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/TransformOrderDemo" href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/TransformOrderDemo" target="_parent">http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/TransformOrderDemo</a></div><div>&nbsp;</div><div>&nbsp;</div><div>HTH,</div><div>David C.</div><div>&nbsp;</div></div></body></html>