Salome HOME
IPAL54426: Evaluate crashes salome
[plugins/netgenplugin.git] / resources / NETGENPlugin.xml
index d7d7651a429ee3e7241829e2a547297e7ae66a9e..3e173c1298479eac51aec69eb08439546c6b6248 100644 (file)
@@ -45,6 +45,7 @@
         </accumulative-methods>
       </python-wrap>
     </hypothesis>
+
     <hypothesis type    ="NETGEN_Parameters_2D"
                label-id="NETGEN 2D Parameters"
                icon-id ="mesh_hypo_netgen_2d.png"
@@ -56,6 +57,7 @@
         </accumulative-methods>
       </python-wrap>
     </hypothesis>
+
     <hypothesis type    ="NETGEN_Parameters_3D"
                label-id="NETGEN 3D Parameters"
                icon-id ="mesh_hypo_netgen.png"
@@ -67,6 +69,7 @@
         </accumulative-methods>
       </python-wrap>
     </hypothesis>
+
     <hypothesis type    ="NETGEN_Parameters_2D_ONLY"
                label-id="NETGEN 2D Parameters"
                icon-id ="mesh_hypo_netgen_2d.png"
         </accumulative-methods>
       </python-wrap>
     </hypothesis>
+
+    <hypothesis type    ="NETGEN_RemesherParameters_2D"
+               label-id="NETGEN 2D Parameters"
+               icon-id ="mesh_hypo_netgen_2d.png"
+               dim     ="2"/>
+
     <hypothesis type    ="NETGEN_SimpleParameters_2D"
                label-id="NETGEN 2D Simple Parameters"
                icon-id ="mesh_hypo_netgen_2d.png"
                dim     ="2"/>
+
     <hypothesis type    ="NETGEN_SimpleParameters_3D"
                label-id="NETGEN 3D Simple Parameters"
                icon-id ="mesh_hypo_netgen.png"
       </python-wrap>
     </algorithm>
 
+    <algorithm type      ="NETGEN_Remesher_2D"
+               label-id  ="NETGEN 2D"
+               icon-id   ="mesh_algo_netgen_2d.png"
+               opt-hypos ="NETGEN_RemesherParameters_2D"
+               output    ="TRIA,QUAD"
+               need-geom ="never"
+               dim       ="2">
+      <python-wrap>
+        <algo>NETGEN_Remesher_2D=Triangle(algo=smeshBuilder.NETGEN)</algo>
+        <hypo>NETGEN_RemesherParameters_2D=Parameters()</hypo>
+      </python-wrap>
+    </algorithm>
+
   </algorithms>
 </meshers-group>