Salome HOME
PAL17694 (New Tool About Hexahedral Meshing)
[modules/smesh.git] / resources / StdMeshers.xml
index 2a09c8773c62f1835db50a7709e5944f7b683b9a..728feaf421144be1a1d2855196ec75afe15f2bd9 100644 (file)
                input="QUAD,TRIA"
                dim="3"/>
 
+    <algorithm type="UseExisting_1D"
+               label-id="Use existing edges"
+               icon-id="mesh_algo_regular.png"
+               input="VERTEX"
+               output="EDGE"
+               dim="1"/>
+
+    <algorithm type="UseExisting_2D"
+               label-id="Use existing faces"
+               icon-id="mesh_algo_quad.png"
+               input="EDGE"
+               output="QUAD,TRIA"
+               dim="2"/>
+
   </algorithms>
 </meshers-group>