Salome HOME
[EDF17832] : Move VoroGauss GaussToCell StaticMesh DevelopedSurface from EDF to parav...
[modules/paravis.git] / src / Plugins / DevelopedSurface / ParaViewPlugin / Resources / DevelopedSurfaceServer.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="filters">
3     <SourceProxy name="DevelopedSurface" class="vtkDevelopedSurface" label="Developed Surface">
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      </InputProperty>
16       <ProxyProperty command="SetCutFunction"
17                      label="Slice Type"
18                      name="CutFunction">
19         <ProxyGroupDomain name="groups">
20           <Group name="implicit_functions" />
21         </ProxyGroupDomain>
22         <ProxyListDomain name="proxy_list">
23           <Proxy group="implicit_functions" name="Cylinder" />
24         </ProxyListDomain>
25         <Documentation>This property sets the parameters of cylinder used for slice.</Documentation>
26       </ProxyProperty>
27       <IntVectorProperty command="SetInvertWay"
28                          default_values="0"
29                          name="InvertWay"
30                          number_of_elements="1">
31         <BooleanDomain name="bool" />
32         <Documentation>Specify if way used to develop theta is inverted or not relative to the reference one. By default no. The reference way used is those defined by the first cell sharing node 0.</Documentation>
33       </IntVectorProperty>
34       <DoubleVectorProperty animateable="1"
35                             command="SetThetaOffset"
36                             default_values="0"
37                             name="ThetaOffset"
38                             number_of_elements="1">
39         <DoubleRangeDomain max="180" min="-180" name="range" />
40         <Documentation>By default, node 0 theta parameter is used as starting point. This property allows to change this reference by applying an offset on it. Offset is expressed in degrees.</Documentation>
41       </DoubleVectorProperty>
42      <Hints>
43         <ShowInMenu category="Turbomachine" />
44      </Hints>
45     </SourceProxy>
46   </ProxyGroup>
47 </ServerManagerConfiguration>