X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=resources%2FStdMeshers.xml.in;h=8baf92e0af5eff02e15c683882642a7663bd2f9a;hb=13469a2390c6d6061a023967950aa3b3a1196bb2;hp=d70cdd45e452b58ccbbfebcb10353bba9e7672f4;hpb=6472eab132825fec572beda8276947593f85ffa1;p=modules%2Fsmesh.git 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())