Salome HOME
Add alternative automatic triangulation and tetrahedralization hypotheses sets
authorvsr <vsr@opencascade.com>
Fri, 18 Oct 2013 11:11:48 +0000 (11:11 +0000)
committervsr <vsr@opencascade.com>
Fri, 18 Oct 2013 11:11:48 +0000 (11:11 +0000)
resources/NETGENPlugin.xml

index 1f23db95d38af78b335cc31f42b45e4942635fdd..3adfc5b016719c7552d14951a09e822633361c40 100644 (file)
   </algorithms>
 </meshers-group>
 
+<hypotheses-set-group>
+
+    <hypotheses-set name="Automatic Tetrahedralization"
+                    hypos="NETGEN_Parameters"
+                    algos="NETGEN_2D3D"/>
+
+    <hypotheses-set name="Automatic Triangulation"
+                    hypos="NETGEN_Parameters_2D"
+                    algos="NETGEN_2D"/>
+
+</hypotheses-set-group>
+
 </meshers>