Indeed the number 0.9 gave a good result! Thanks. I seem to remember that in vtkDecimate it had to be a number &gt;1 for any reduction to take place.<br><br>best wishes <br>Alle Meije<br><br><div class="gmail_quote">On 12 June 2012 14:29, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">vtkDecimate was removed from VTK several years ago because it was a<br>
patented algorithm.<br>
<div class="im"><br>
On Tue, Jun 12, 2012 at 4:52 AM, Alle Meije Wink &lt;<a href="mailto:a.m.wink@gmail.com">a.m.wink@gmail.com</a>&gt; wrote:<br>
</div><div><div class="h5">&gt; Hi -<br>
&gt;<br>
&gt; Trying to use an old VTK script in TCL that contains the lines<br>
&gt;<br>
&gt; vtkSmoothPolyDataFilter smooth<br>
&gt;    smooth SetInput [isosurface GetOutput]<br>
&gt;    smooth SetNumberOfIterations 5<br>
&gt;<br>
&gt; vtkTriangleFilter triangulate<br>
&gt;     triangulate SetInput [smooth GetOutput]<br>
&gt;<br>
&gt; vtkDecimate reduce<br>
&gt;     reduce SetInput [triangulate GetOutput]<br>
&gt;     reduce SetTargetReduction 400<br>
&gt;     reduce SetMaximumNumberOfSquawks 400<br>
&gt;<br>
&gt; vtkPolyDataMapper IsoMapper<br>
&gt;     BrainIsoMapper SetInput [reduce GetOutput]<br>
&gt;<br>
&gt; When I run the script it says<br>
&gt;<br>
&gt; $ vtk SurfaceTrans.tcl<br>
&gt; Error in startup script: invalid command name &quot;vtkDecimate&quot;<br>
&gt;     while executing<br>
&gt; &quot;vtkDecimate reduce&quot;<br>
&gt;     (file &quot;SurfaceTrans.tcl&quot; line 42)<br>
&gt;<br>
&gt; Not sure why vtkDecimate does not work? Anyway I found that replacing<br>
&gt; vtkDecimate by vtkDecimatePro does run (need to comment out the<br>
&gt; SetMaximumNumberOfSquawks line), but now there is no isosurface on my screen<br>
&gt; any more (all blank)!<br>
&gt;<br>
&gt; Am I making a simple beginners&#39; mistake here? Are more options needed for<br>
&gt; vtkDecimatePro? And should vtkDecimate not work in (the Ubuntu version of)<br>
&gt; VTK v5.8.0-5?<br>
&gt;<br>
&gt; Thanks for your help,<br>
&gt; Alle Meije Wink<br>
&gt;<br>
</div></div><div class="im">&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
</div>Unpaid intern in BillsBasement at noware dot com<br>
</blockquote></div><br>