Salome HOME
*** empty log message ***
[modules/smesh.git] / resources / StdMeshers.xml
index 60aec655d2353f4a7179a498800c86f801be3c02..5c0cee6b3c2fa022cc7f06b79459fcff13efc0ec 100644 (file)
@@ -7,8 +7,8 @@
 
 <meshers-group name="Standard Meshers"
                resources="StdMeshers"
-               server-lib="libStdMeshersEngine.so"
-               gui-lib="libStdMeshersGUI.so">
+               server-lib="StdMeshersEngine"
+               gui-lib="StdMeshersGUI">
   <hypotheses>
 
     <hypothesis type="LocalLength"
                 dim="1"
                 auxiliary="true"/>
 
+    <hypothesis type="AutomaticLength"
+                label-id="Automatic length"
+                icon-id="mesh_hypo_length.png"
+                dim="1"/>
+
     <hypothesis type="LengthFromEdges"
                 label-id="Length From Edges (2D Hyp. for Triangulator)"
-                icon-id="mesh_hypo_length.png"/>
+                icon-id="mesh_hypo_length.png"
+                dim="2"/>
+
+    <hypothesis type="QuadranglePreference"
+                label-id="Quadrangle Preference"
+                icon-id="mesh_algo_quad.png"
+                dim="2"/>
 
     <hypothesis type="MaxElementArea"
                 label-id="Max. Element Area"
   </algorithms>
 </meshers-group>
 
+
+<hypotheses-set-group>
+
+    <hypotheses-set name="Automatic Tetrahedralization"
+                    hypos="AutomaticLength, LengthFromEdges"
+                    algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
+
+    <hypotheses-set name="Automatic Hexahedralization"
+                    hypos="AutomaticLength"
+                    algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
+
+</hypotheses-set-group>
+
 </meshers>