Salome HOME
Increment version: 9.1.0
[plugins/hexoticplugin.git] / resources / HexoticPLUGIN.xml
index 47c65e2a542b96f0e056ef7c998454f183d37a4e..3575094d13a4589cff0329ef47e9b260cc54fc3c 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
 <!--
-  Copyright (C) 2007-2013  CEA/DEN, EDF R&D
+  Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
-  version 2.1 of the License.
+  version 2.1 of the License, or (at your option) any later version.
 
   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 <meshers>
 
-<meshers-group name="Hexotic"
-               resources="HexoticPLUGIN"
+<meshers-group name      ="Hexotic"
+               resources ="HexoticPLUGIN"
                idl-module="HexoticPlugin"
                server-lib="HexoticEngine"
-               gui-lib="HexoticPluginGUI">
+               gui-lib   ="HexoticPluginGUI">
   <hypotheses>
-    <hypothesis type="Hexotic_Parameters"
-    label-id="Hexotic Parameters"
-    icon-id="mesh_hypo_Hexotic.png"
-    dim="3"/>
+    <hypothesis type    ="MG-Hexa Parameters"
+                label-id="MG-Hexa Parameters"
+                icon-id ="mesh_hypo_Hexotic.png"
+                dim     ="3">
+      <python-wrap>
+        <accumulative-methods>
+          SetSizeMap
+          UnsetSizeMap
+        </accumulative-methods>
+      </python-wrap>
+    </hypothesis>
   </hypotheses>
   <algorithms>
 
-    <algorithm type="Hexotic_3D"
-               label-id="Hexahedron (Hexotic)"
-               icon-id="mesh_algo_Hexotic.png"
-               hypos="Hexotic_Parameters"
-               input="TRIA,QUAD"
+    <algorithm type     ="MG-Hexa"
+               label-id ="MG-Hexa"
+               icon-id  ="mesh_algo_Hexotic.png"
+               group-id ="1"
+               priority ="50"
+               hypos    ="MG-Hexa Parameters"
+               input    ="TRIA,QUAD"
+               output   ="HEXA"
                need-geom="false"
-               dim="3">
+               dim      ="3">
       <python-wrap>
-        <algo>Hexotic_3D=Hexahedron(algo=smeshBuilder.Hexotic)</algo>
-        <hypo>Hexotic_Parameters=Parameters()</hypo>
+        <algo>MG-Hexa=Hexahedron(algo=smeshBuilder.MG_Hexa)</algo>
+        <hypo>MG-Hexa Parameters=Parameters()</hypo>
       </python-wrap>
     </algorithm>