Salome HOME
23352: [CEA] Order and naming of meshing algorithms V8_2_0a1 V8_2_0b1
authoreap <eap@opencascade.com>
Mon, 3 Oct 2016 14:59:18 +0000 (17:59 +0300)
committereap <eap@opencascade.com>
Mon, 3 Oct 2016 14:59:18 +0000 (17:59 +0300)
resources/HexoticPLUGIN.xml

index f4358ee6240839d480501ba40864575c08caf74c..3575094d13a4589cff0329ef47e9b260cc54fc3c 100644 (file)
 
 <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>