<!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.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Whereas decimatePro is setup to 
preserve&nbsp;topology,</FONT></DIV>
<DIV><FONT face=Arial size=2>It issues a&nbsp;9</FONT><FONT face=Arial size=2>0% 
decimated polydata with modified topology, </FONT></DIV>
<DIV><FONT face=Arial size=2>where do I do something wrong (first decimation is 
quadric </FONT></DIV>
<DIV><FONT face=Arial size=2>clustering) ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;vtkDecimatePro *decimation2 = 
vtkDecimatePro::New();<BR>&nbsp;decimation2-&gt;SetInput(decimation-&gt;GetOutput());<BR>&nbsp;decimation2-&gt;PreserveTopologyOn();<BR>&nbsp;//decimation2-&gt;SetTargetReduction(0.5);</FONT></DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;decimation2-&gt;BoundaryVertexDeletionOff();<BR>&nbsp;decimation2-&gt;SplittingOff();<BR>&nbsp;decimation2-&gt;SetErrorIsAbsolute(1);<BR>&nbsp;decimation2-&gt;SetAbsoluteError(0);<BR>&nbsp;decimation2-&gt;SetMaximumError(0.0);<BR>&nbsp;decimation2-&gt;Update();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks for any help</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Sebastien MARAUX</FONT></DIV></BODY></HTML>