Forgot to mention that the dats is viewed in the XZ plane. So the reslicer is initialized as:<br><br>m_slicer-&gt;SetResliceAxesDirectionCosines(1, 0, 0,&nbsp; 0, 0, 1,&nbsp; 0, 1, 0);<br>if (spacing)<br>&nbsp;&nbsp;&nbsp;&nbsp; m_slicer-&gt;SetOutputSpacing(spacing[0], spacing[1], spacing[1]);
<br><br>