I found this thread, really interesting:<br>   <a href="http://www.paraview.org/pipermail/paraview/2008-December/010414.html">http://www.paraview.org/pipermail/paraview/2008-December/010414.html</a><br><br>In my case, do I have to use SubProxy and play with ExposedProperties, <br>
ShareProperties and Except rather than propxyProperty?<br><br>Or maybe there as similar mechanism (Exposed, except,...) in ProxyProperty?<br><br>Best regards,<br>Jerome<br><br><div class="gmail_quote">2010/4/11 Jérôme <span dir="ltr">&lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>One of my filters has a member that is a vtkPolyDataAlgorithm. The user has to set it to a specific smoothing filter, eg. vtkPolyDataSmoothingFilter.<br>
The member is called &quot;RegularizationFilter&quot; in my VTK class. Thus the ServerManager XML contains the following property:<br>
<br>        &lt;ProxyProperty name=&quot;RegularizationFilter&quot;<br>                       command=&quot;SetRegularizationFilter&quot;&gt;<br>           &lt;ProxyListDomain name=&quot;proxy_list&quot;&gt;<br>              &lt;Proxy group=&quot;filters&quot; name=&quot;SmoothPolyDataFilter&quot;/&gt;<br>

           &lt;/ProxyListDomain&gt;<br>        &lt;/ProxyProperty&gt;<br><br>In ParaView, I can get the filter working, with a combobox proposing the Smooth filter and its properties in a frame below. Problem is that Smooth has a &quot;NumberOfIterations&quot; property, and my filter has too! When I change the NumberOfIterations in the smooth filter, the homonym changes as well...<br>

<br>How can I set both NumberOfIterations independent? Thanks for your suggestions!<br><br>Please find attached the XML describing my filter.<br><br>Best regards,<br>Jerome<br>
</blockquote></div><br>