<!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> </DIV>
<DIV><FONT face=Arial size=2>here is a byte of code :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> cout <<"nb points in 1 : "
<<mp_External->GetNumberOfPoints() <<endl;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> vtkStripper *stripper =
vtkStripper::New();<BR> stripper->SetInput(mp_External);<BR> stripper->Update();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
size=2> mp_External->SetPoints(stripper->GetOutput()->GetPoints());<BR> mp_External->DeepCopy(stripper->GetOutput());</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> cout <<"nb points in 2 : "
<<mp_External->GetNumberOfPoints() <<endl;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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 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> </DIV>
<DIV><FONT face=Arial size=2>Sebastien MARAUX</FONT></DIV></BODY></HTML>