Salome HOME
Remove FieldDataDomain from properties declaration in the XML file
[modules/paravis.git] / src / Plugins / SimpleMode / ParaViewPlugin / Resources / SimpleModeServer.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="filters">
3     <SourceProxy name="SimpleMode" class="vtkSimpleMode" label="Normal modes animation (real)">
4      <InputProperty name="Input" command="SetInputConnection">
5        <ProxyGroupDomain name="groups">
6          <Group name="sources"/>
7          <Group name="filters"/>
8        </ProxyGroupDomain>
9        <DataTypeDomain name="input_type">
10          <DataType value="vtkDataSet"/>
11        </DataTypeDomain>
12        <Documentation>
13          This property specifies the input to the Level Scalars filter.
14        </Documentation>
15      <InputArrayDomain name="input_array2"
16                        number_of_components="3,6"
17                        optional="1" />
18      </InputProperty>
19
20      <StringVectorProperty command="SetInputArrayToProcess"
21                             default_values="0;0;0;3"
22                             default_values_delimiter=";"
23                             element_types="0 0 0 0 2"
24                             name="Mode Array Selection"
25                             number_of_elements="5">
26         <!-- default value=1 so normals go to the right place -->
27         <ArrayListDomain attribute_type="Vectors"
28                          input_domain_name="input_array2"
29                          name="array_list">
30           <RequiredProperties>
31             <Property function="Input"
32                       name="Input" />
33           </RequiredProperties>
34         </ArrayListDomain>
35         <Documentation>
36 Select the array that represents the requested mode.
37         </Documentation>
38       </StringVectorProperty>
39
40       <DoubleVectorProperty animateable="1"
41                             command="SetFactor"
42                             default_values="1"
43                             name="Factor"
44                             number_of_elements="1">
45         <BoundsDomain name="range" mode="array_scaled_extent">
46           <RequiredProperties>
47             <Property function="Input" name="Input" />
48             <Property function="ArraySelection" name="Mode Array Selection" />
49           </RequiredProperties>
50         </BoundsDomain>
51         <Documentation>The value of this property sets the scale factor applied for all nodes displacement.</Documentation>
52       </DoubleVectorProperty>
53
54       <DoubleVectorProperty animateable="1"
55                             command="SetAnimationTime"
56                             default_values="0"
57                             name="AnimationTime"
58                             number_of_elements="1">
59         <DoubleRangeDomain max="1" min="0" name="range" />
60         <Documentation>The value of this property sets the scale factor applied for all nodes displacement.</Documentation>
61       </DoubleVectorProperty>
62       <Hints>
63         <ShowInMenu category="Mechanics" />
64       </Hints>
65     </SourceProxy>
66   </ProxyGroup>
67 </ServerManagerConfiguration>