hi all,<br><br>I'm trying to slice a volume using a vtkPlane and display the cutplane as an image. I know the equation for the vtkPlane (plane normal+origin). My current pipeline is:<br><br>vtkPlane->vtkCutter->vtkStructuredPointsReader<br>
<br>I can use a vtkOutlineFilter to display on the cut plane on the volume. However, if I pipe the output of vtkCutter to an, say, imageActor, I only get black image. Can anyone please verify what I'm doing is correct, and if I'm not, suggest the proper pipeline of doing so?<br>
<br>Thanks in advance,<br><br>Elvis<br><br>