<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>Hello,</div><div><br></div><div>I have a display problem with SetZAxisRange&nbsp; of vtkCubeAxesActor&nbsp; (with vtk 5.8 on Linux and Windows).</div><div><br></div><div>I have a geometry that I scale along the Z axis (in order to have a better view).&nbsp; I want to plot&nbsp; bbox geometry info. So, I use vtkCubeAxesActo. <br></div><div>Moreover, I want to have Zmin and Zmax of my orignal geometry and not the scaled values. So, I use SetZAxisRange to set zmin and zmax of my geometry.</div><div><br></div><div>I set the actor bbox of my geometry to the the vtkCubeAxesActor&nbsp; (using SetBounds).</div><div><br></div><div>cubeAxesActor-&gt;SetBounds(pld-&gt;getActor()-&gt;GetBounds());<br>sp_cubeAxesActor-&gt;SetZAxisRange(geozMin, geozMax);</div><div><br></div><div>At each scaling, I set
 cubeAxesActor-&gt;SetBounds(pld-&gt;getActor()-&gt;GetBounds()); <br></div><div><br></div><div>The bounds are OK but the Z Range is not updated when coming back to the orignal geometry scale. &nbsp; When rotating, the other displayed Z axis are Ok but the one with the Z range problem is always affected. In attachment there is a screenshot of the problem.</div><div><br></div><div>Any idea to resolve this problem ? Is it a bug ?</div><div><br></div><div>Thank you.<br></div><div><br></div><div>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br></div></div></body></html>