X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=resources%2FStdMeshers.xml.in;h=8baf92e0af5eff02e15c683882642a7663bd2f9a;hp=d70cdd45e452b58ccbbfebcb10353bba9e7672f4;hb=81adb7985f3c35fa2a7778eb4d2346832536ddc9;hpb=650885c1351fd0ec14226de37a67dec62329d83f diff --git a/resources/StdMeshers.xml.in b/resources/StdMeshers.xml.in index d70cdd45e..8baf92e0a 100644 --- a/resources/StdMeshers.xml.in +++ b/resources/StdMeshers.xml.in @@ -226,6 +226,11 @@ icon-id ="mesh_hypo_length.png" dim ="3"/> + + @@ -390,11 +395,13 @@ input ="QUAD" output ="HEXA,PENTA" need-geom="false" + hypos ="BlockRenumber" opt-hypos="ViscousLayers" dim ="3"> Hexa_3D=Hexahedron(algo=smeshBuilder.Hexa) ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod(),SetGroupName()) + BlockRenumber=Renumber(GetBlocksOrientation())