<div dir="ltr">I'm using vtk for developing a MRI DICOM Image viewer in Qt.<div>The viewer uses <span style="color:rgb(128,0,128)">vtkDICOMImageReader,  </span><span style="color:rgb(128,0,128)">vtkImageViewer2 & </span><span style="color:rgb(128,0,128)">QVTKWidget.</span></div><div><span style="color:rgb(128,0,128)">I need to show a zoom indicator line which varies </span><span style="color:rgb(128,0,128)">length</span><span style="color:rgb(128,0,128)"> </span><span style="color:rgb(128,0,128)">with zoom value and need not affect other operation like rotate, pan( which is used for DICOM image in same window). It's position should be fixed at side of viewer and should not alter with zoom, pan, rotate.</span></div><div><font color="#800080">I added an line as an vtkactor  to the renderer using vtkLineSource. </font></div><div><font color="#800080"> Its length altering  with zoom as I intended, but problem is its position also altering with the zoom, also rotate and Pan affecting on it.</font></div><div><font color="#800080">How can I make the position of the line fixed at side of the viewer.</font></div><div><font color="#800080">Have any option in vtk for visual indication of zoom factor something like </font><span style="color:rgb(128,0,128)">vtkOrientationMarkerWidge<wbr>t for orientation...</span></div><div><br></div><div><span style="color:rgb(128,0,128)"><br></span></div></div>