Salome HOME
Increment version: 9.6.0
[plugins/hexoticplugin.git] / resources / HexoticPLUGIN.xml
index fae0dd90874457d869eeffb7024b3df459a63914..a4c8522bf38d44f4dcc6f9ef9bd47b478f6c7324 100644 (file)
@@ -1,40 +1,18 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
-<!--
-  Copyright (C) 2007-2014  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, 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
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-
-  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-
--->
-
-<!--  GUI customization for Hexotic Plugin  -->
 
 <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="MG-Hexa Parameters"
-    label-id="MG-Hexa 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
   </hypotheses>
   <algorithms>
 
-    <algorithm type="MG-Hexa"
-               label-id="MG-Hexa"
-               icon-id="mesh_algo_Hexotic.png"
-               hypos="MG-Hexa Parameters"
-               input="TRIA,QUAD"
-               output="HEXA"
+    <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>MG-Hexa=Hexahedron(algo=smeshBuilder.MG_Hexa)</algo>
         <hypo>MG-Hexa Parameters=Parameters()</hypo>