<div>Dear All,</div><div><br></div><div>When I used vtkResliceCursorWidget, I need make the axes of cursor can be rotated at the same time. But I don't know how to realize it.</div><div><br></div><div>I find there is a description in vtkResliceCursorRepresentation.h that "The widget sets the manipulation mode. This can be one of : None, PanAndRotate, RotateBothAxes, ResizeThickness".</div><div><br></div><div>Thus, I tried as:</div><div>m_ResliceCursorRep = vtkSmartPointer< vtkResliceCursorThickLineRepresentation >::New();</div><div>m_ResliceCursorRep->SetManipulationMode(vtkResliceCursorRepresentation::RotateBothAxes);</div><div><br></div><div>But the above code is no effect.</div><div><br></div><div>I guess it must be I used wrong. Who can help me to correct it?</div><div><br></div><div>Many thanks!</div><div>Yihui Cao</div><pre class="hl" style="font-size: 10pt; font-family: 'Courier New', monospace; line-height: normal;"><span class="hl slc" style="color: rgb(131, 129, 131); font-style: italic;"></span></pre><div><span style="color: rgb(131, 129, 131); font-style: italic; font-family: 'Courier New', monospace; font-size: 10pt; line-height: normal; white-space: pre-wrap;"><br></span></div><div><br></div><pre class="hl" style="font-size: 10pt; font-family: 'Courier New', monospace; line-height: normal;"><span class="hl slc" style="color: rgb(131, 129, 131); font-style: italic;"></span></pre>