]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - resources/NETGENPlugin.xml
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[plugins/netgenplugin.git] / resources / NETGENPlugin.xml
index df4e14d6e72b95d1c6dad0272c405de4167cdc3c..6135daa16edb583950db12c3789870573e8346de 100644 (file)
@@ -7,8 +7,8 @@
 
 <meshers-group name="NETGEN"
                resources="NETGENPlugin"
-               server-lib="libNETGENEngine.so"
-               gui-lib="libNETGENPluginGUI.so">
+               server-lib="NETGENEngine"
+               gui-lib="NETGENPluginGUI">
   <hypotheses>
     <hypothesis type="NETGEN_Parameters"
                label-id="NETGEN 3D Parameters"
@@ -24,6 +24,7 @@
                label-id="Tetrahedron (Netgen)"
                icon-id="mesh_algo_tetra.png"
                hypos="MaxElementVolume"
+              need-geom="false"
                input="TRIA"
                dim="3"/>
     <algorithm type="NETGEN_2D"
                icon-id="mesh_algo_netgen_2d3d.png"
                hypos="NETGEN_Parameters"
                dim="3"/>
+    <algorithm type="NETGEN_2D_ONLY"
+               label-id="Netgen 2D"
+               icon-id="mesh_algo_netgen_2d.png"
+               hypos="LengthFromEdges,MaxElementArea"
+               opt-hypos="QuadranglePreference"
+               input="EDGE"
+               output="TRIA,QUAD"
+               dim="2"/>
   </algorithms>
 </meshers-group>