]> SALOME platform Git repositories - modules/smesh.git/blobdiff - resources/StdMeshers.xml
Salome HOME
NPAL18084: add a new simple sample of GEOM/SMESH.
[modules/smesh.git] / resources / StdMeshers.xml
index 70530de017ca2665b9b6cd83bb8bec3a48034ffc..72fc3c05d8210c7ca188eefba4b149eccbb7e397 100644 (file)
@@ -83,6 +83,7 @@
     <hypothesis type="MaxElementVolume"
                 label-id="Max. Element Volume"
                 icon-id="mesh_hypo_volume.png"
+               need-geom = "false"
                 dim="3"/>
 
     <hypothesis type="ProjectionSource3D"
                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>