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 "RegularizationFilter" in my VTK class. Thus the ServerManager XML contains the following property:<br>
<br> <ProxyProperty name="RegularizationFilter"<br> command="SetRegularizationFilter"><br> <ProxyListDomain name="proxy_list"><br> <Proxy group="filters" name="SmoothPolyDataFilter"/><br>
</ProxyListDomain><br> </ProxyProperty><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 "NumberOfIterations" 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>