hi all,<br><br>I&#39;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-&gt;vtkCutter-&gt;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&#39;m doing is correct, and if I&#39;m not, suggest the proper pipeline of doing so?<br>
<br>Thanks in advance,<br><br>Elvis<br><br>