Is there a way to set the default values in the below server manager code to the one used by default in the class rather then explicit values?
<ServerManagerConfiguration> <ProxyGroup name="filters"> <SourceProxy class="vtkMyClass" ... ... <DoubleVectorProperty name=... command="SetSomething" number_of_elements="3" default_values="0 0 0" /> This is because some classes use e.g. VTK_DOUBLE_MAX, which I can not smuggle through the xml. Many thanks for any hints. Dominik _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
