]> SALOME platform Git repositories - tools/paravisaddons_common.git/blob - src/ContactReader/plugin/sources.xml
Salome HOME
initial commit from paravisaddons
[tools/paravisaddons_common.git] / src / ContactReader / plugin / sources.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="sources">
3     <SourceProxy class="vtkContactReader"
4                  name="ContactReader">
5       <Documentation
6         short_help= "Lit un fichier pour afficher les resultantes au contact."
7         long_help = "Lit un fichier pour afficher les resultantes au contact.">
8       </Documentation>
9       <StringVectorProperty number_of_elements="1"
10                             animateable="0"
11                             name="FileName"
12                             command="SetFileName">
13         <FileListDomain name="files" />
14         <Documentation>
15           This property specifies the file name for this reader.
16         </Documentation>
17       </StringVectorProperty>
18       <DoubleVectorProperty command="SetScaleFactor"
19                             default_values="0.02"
20                             name="ScaleFactor"
21                             number_of_elements="1"
22                             animateable="1"
23                             panel_visibility="default">
24         <Documentation>
25           This property specifies the scale factor applied to the size of arrows.
26         </Documentation>
27       </DoubleVectorProperty>
28       <Hints>
29         <ReaderFactory extensions="rco" file_description="Resultantes files (Plugin)" />
30       </Hints>
31     </SourceProxy>
32   </ProxyGroup>
33 </ServerManagerConfiguration>