Hi everyone, I am trying to show a vtkImagePlaneWidget object on a vtkCanvas. How can I do that? structure of the current model: myCanvas extends vtkCanvas{ vtkImagePlaneWidget planeX; //Then how should i set the renderer to show planeX??? } Thanks, shw206