<html>
How is the topology broken?<br>
Also, please realize that if the original mesh has &quot;cracks&quot; in
it, meaning hanging T-junction vertices, or other forms of topological
disconnect, you may not see then in the original mesh but the decimator
may amplify the topological situation and you will see a hole
emerge.<br>
<br>
You can use vtkFeatureEdges to find boundary/nonmanifold edges or use
Kitware's PolyViz product on Windows
(<a href="http://www.kitware.com/products/activiz/activizPolyViz.html" eudora="autourl">http://www.kitware.com/products/activiz/activizPolyViz.</a><a href="http://www.kitware.com/products/activiz/activizPolyViz.html" eudora="autourl">html</a>)
which has some nice capabilities to view boundary/non-manifold edges,
etc.<br>
<br>
Will<br>
<br>
At 09:40 AM 5/7/2002 +0200, Sebastien_MARAUX wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2>Hi</font><br>
&nbsp;<br>
<font face="arial" size=2>Whereas decimatePro is setup to preserve
topology,</font><br>
<font face="arial" size=2>It issues a 90% decimated polydata with
modified topology, </font><br>
<font face="arial" size=2>where do I do something wrong (first decimation
is quadric </font><br>
<font face="arial" size=2>clustering) ?</font><br>
&nbsp;<br>
<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><br>
<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><br>
&nbsp;<br>
<font face="arial" size=2>Thanks for any help</font><br>
&nbsp;<br>
<font face="arial" size=2>Sebastien MARAUX</font></blockquote></html>