Salome HOME
PAL10237. Add hypothesis "AutomaticLength" and 2 hypotheses-set's:
authoreap <eap@opencascade.com>
Tue, 1 Nov 2005 10:02:39 +0000 (10:02 +0000)
committereap <eap@opencascade.com>
Tue, 1 Nov 2005 10:02:39 +0000 (10:02 +0000)
"Automatic Tetrahedralization" and "Automatic Hexahedralization"

resources/StdMeshers.xml

index 60aec655d2353f4a7179a498800c86f801be3c02..92d94b8f30cb94a2dc10d4cb6d530b413647602e 100644 (file)
                 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="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>