<!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.2800.1106" 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>here is a byte of code :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;cout &lt;&lt;"nb points in 1 : " 
&lt;&lt;mp_External-&gt;GetNumberOfPoints() &lt;&lt;endl;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;vtkStripper *stripper = 
vtkStripper::New();<BR>&nbsp;stripper-&gt;SetInput(mp_External);<BR>&nbsp;stripper-&gt;Update();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;mp_External-&gt;SetPoints(stripper-&gt;GetOutput()-&gt;GetPoints());<BR>&nbsp;mp_External-&gt;DeepCopy(stripper-&gt;GetOutput());</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;cout &lt;&lt;"nb points&nbsp;in 2 : " 
&lt;&lt;mp_External-&gt;GetNumberOfPoints() &lt;&lt;endl;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>in 1, there is 28 points, </FONT></DIV>
<DIV><FONT face=Arial size=2>in 2 there is 0.</FONT></DIV>
<DIV><FONT face=Arial size=2>I thought stripper should pass vertices from input 
to&nbsp;output ?</FONT></DIV>
<DIV><FONT face=Arial size=2>What should I do to fix this ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Sebastien MARAUX</FONT></DIV></BODY></HTML>