<div dir="ltr">Hi,<div>I am designing an interactive visualization program, in which users can interactively rotate the volumetric data. The users are supposed to rotate the data directly, instead of changing the camera position to simulate the rotation.</div>
<div><br></div><div>In this program, I have three things so far: a box outline of the volumetric data, a direct volume rendering of the data, and a vtkImplicitPlaneWidget2 to clip the data. To implement the rotation, I apply a transformation by calling the "SetUserTransform()" function of the vtkActor and vtkVolume to transform the data outline and the volume rendering, respectively. However, I could not find such an option of "SetUserTransform()" for vtkImplicitPlaneWidget2 or vtkImplicitPlaneRepresentation.</div>
<div><br></div><div>Is there a method I can use to rotate the outline of the vtkImplicitPlaneWidget2 and make it consistent with the rotation of my data ouline? or I should have transformed the data outline and volume rendering in a different way?</div>
<div><br></div><div>Thanks in advance,</div><div><br></div><div>Xin</div></div>