<div></div>Hello everyone,<br><br>I am facing a problem of representation with VTK in a QT gui.<br><br>I have an unstructured grid and I am cutting it with three separate planes (xy, xz, yz). My objective is to show in three different QVTKWidgets the intersections of the planes with the grid. I would like to display the results in 2D in every widget (like an "image", let's say - so I need to avoid rotations).<br>I have tried to use <i>vtkInteractorStyleImage</i> so far. It works as I expect for the cut in the xy plane, but not in the other two cases. Is there a way to represent the results also in the xz and yz planes? <br><br>I would like to avoid using <i>vtkCamera</i>, because I would like to have as much flexibility as possible. In my specific problem, the grid to be cut can change dimensions a lot from one case to the other.<br><br>Thanks for the help.<br>Best,<br>Luca<br>