How to change the transform of vtkImagePlaneWidget in the world coordinate

Hi everyone,
I use vtkImagePlaneWidget to build MPR for 3D image volume. I want to change the transform of the three planes in the world coordinate. I found the functions like Push(), Rotate() and Translate() are designed to change the reslice of the image plane, NOT changing the position and rotation of the plane itself. I actually want to change the transform of the plane and keep the reslice image. For example, I can move the plane center from (0, 0, 0) to (10, 0, 0) in the real world, and its reslice image will not be changed. Can some one give me some advice? Thanks in advance.