Hello <br>due to a bug related to my DICOM viewer when I read a study I orient the slices axially. As a result when I try to reslice the volume I get sagital instead of axial slices, sagital instead of coronal and coronal instead of axial... (the original orientation of the study was sagittal and I made it axial)<br><br>so I thought I should just rotate the resliceAxes accordingly but it seems that is not the correct idea. This is what I am doing <br><br>&nbsp;&nbsp;&nbsp; vtkTransform *rotator=vtkTransform::New();<br>&nbsp;&nbsp;&nbsp; rotator-&gt;PostMultiply();<br>&nbsp;&nbsp;&nbsp; rotator-&gt;Translate( -(origin[0] + spacing[0]* coords[0]) , -(origin[1] + spacing[1]*coords[1]), -(origin[2] + spacing[2]*coords[2]) );<br>&nbsp;&nbsp;&nbsp; rotator-&gt;RotateX(-90);<br>&nbsp;&nbsp;&nbsp; rotator-&gt;RotateY(-90);<br>&nbsp;&nbsp;&nbsp; rotator-&gt;Concatenate(coronalElements);<br>&nbsp;&nbsp;&nbsp; rotator-&gt;Translate( (origin[0] + spacing[0]* coords[0]) , (origin[1] +
 spacing[1]*coords[1]), (origin[2] + spacing[2]*coords[2]) );<br>&nbsp;&nbsp;&nbsp; rotator-&gt;Update();<br><br>&nbsp;&nbsp;&nbsp; reslice-&gt;SetResliceAxes(rotator-&gt;GetMatrix());<br><br><br>Any Idea? Thanks<br><p>&#32;
      <hr size=1>Yahoo! oneSearch: Finally, <a href="http://us.rd.yahoo.com/evt=48252/*http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC"> mobile search 
that gives answers</a>, not web links.