[Paraview] default value for DoubleVectorProperty

Dominik Szczerba dominik at itis.ethz.ch
Thu May 19 07:38:42 EDT 2011


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


More information about the ParaView mailing list