Salome HOME
#19926 [CEA 19782] renumbering meshes
[modules/smesh.git] / resources / StdMeshers.xml.in
index d70cdd45e452b58ccbbfebcb10353bba9e7672f4..8baf92e0af5eff02e15c683882642a7663bd2f9a 100644 (file)
                 icon-id  ="mesh_hypo_length.png"
                 dim      ="3"/>
 
+    <hypothesis type     ="BlockRenumber"
+                label-id ="Renumber"
+                icon-id  ="mesh_hypo_renumber.png"
+                dim      ="3"/>
+
   </hypotheses>
 
   <algorithms>
                input    ="QUAD"
                output   ="HEXA,PENTA"
               need-geom="false"
+               hypos    ="BlockRenumber"
                opt-hypos="ViscousLayers"
                dim      ="3">
       <python-wrap>
         <algo>Hexa_3D=Hexahedron(algo=smeshBuilder.Hexa)</algo>
         <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod(),SetGroupName())</hypo>
+        <hypo>BlockRenumber=Renumber(GetBlocksOrientation())</hypo>
       </python-wrap>
     </algorithm>