<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Writing cut plane to an image </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How I can write vtkCutter output to the image 
file?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>vtkPlane cutPlane<BR>&nbsp;&nbsp;&nbsp; eval 
cutPlane SetOrigin [[reader GetOutput] GetCenter]<BR>&nbsp;&nbsp;&nbsp; cutPlane 
SetNormal $s1 $s2 $s3</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>vtkCutter planeCut<BR>&nbsp;planeCut SetInput 
[reader GetOutput]<BR>&nbsp;planeCut SetCutFunction cutPlane</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>? vtkTIFFWriter tiff1<BR>? &nbsp;tiff1 SetInput 
[image1 GetOutput]<BR>? &nbsp;tiff1 SetFileName tiff1.tif<BR>? &nbsp;tiff1 
Write<BR></FONT></DIV></BODY></HTML>