<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hello!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;I clipped &nbsp;a surface with a plane and I 
only<STRONG> want to get the polygons which are within the 
clipping-plane</STRONG> (=<FONT 
face="Times New Roman">BoundaryCells</FONT>).</FONT></DIV>
<DIV><FONT face=Arial size=2>With the "<FONT 
face="Times New Roman">vtkExtractPolyDataGeometry</FONT>"&nbsp;I get the the 
"<FONT face="Times New Roman">BoundaryCells</FONT>" plus the surface above or 
below the <FONT face="Times New Roman">"BoundaryCells"</FONT>!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;thanx for your help!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>code:</FONT></DIV>
<DIV><FONT size=2>
<P>vtkExtractPolyDataGeometry* extract = vtkExtractPolyDataGeometry::New();</P>
<P>extract-&gt;SetInput(objectContainer4);</P>
<P>extract-&gt;SetImplicitFunction(plane);</P>
<P>extract-&gt;ExtractInsideOff();</P>
<P>extract-&gt;ExtractBoundaryCellsOn();</P>
<P>extract-&gt;Update();</P></FONT></DIV></BODY></HTML>