]> SALOME platform Git repositories - modules/paravis.git/blobdiff - src/Plugins/MEDReader/ParaViewPlugin/Resources/MEDReaderServer.xml
Salome HOME
0022921: [CEA 1438] Remove the checkbox in the "time steps"
[modules/paravis.git] / src / Plugins / MEDReader / ParaViewPlugin / Resources / MEDReaderServer.xml
index a69e01c2a70a5aa8a523366a36ef3633bd13cc22..80d730b3f62b3f4bea7755cdcdf025310246d73f 100644 (file)
@@ -2,6 +2,12 @@
   <ProxyGroup name="sources">
     <SourceProxy name="MEDReader" class="vtkMEDReader" label="MED Reader">
 
+      <Hints>
+       <ReaderFactory extensions="med rmed sauv sauve"
+                      file_description="MED Files">
+       </ReaderFactory>
+      </Hints>
+
       <StringVectorProperty
         name="FileName"
         command="SetFileName"
@@ -91,7 +97,6 @@
         number_of_elements="1"
         animateable="0"
         information_only="1">
-        <FileListDomain name="files" />
         <Documentation>
           This property specifies the file name for the MED reader.
         </Documentation>
        is kept. When 1 the complementary part is selected.
        </Documentation>
       </IntVectorProperty>
+
+      <StringVectorProperty
+          name="MeshName"
+          command="GetMeshName"
+          number_of_elements="1"
+          animateable="0"
+          information_only="1">
+        <Documentation>
+          This property returns the name of the mesh.
+        </Documentation>
+      </StringVectorProperty>
     </SourceProxy>
   </ProxyGroup>
   
       </StringVectorProperty>
 
       <Hints>
-        <Property name="SelectSourceArray" show="0"/>
+        <Property name="SelectSourceArray" show="1"/>
       </Hints>
 
     </SourceProxy>