Salome HOME
Copyright update: 2016
[plugins/netgenplugin.git] / resources / NETGENPlugin.xml
index f0031ad19e759973a2f65ace21bf63be4cb62f2d..135bc923fbde332c4283a6624ff761680b663126 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
 <!--
-  Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+  Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 
   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
     <hypothesis type="NETGEN_Parameters"
                label-id="NETGEN 3D Parameters"
                icon-id="mesh_hypo_netgen.png"
-               dim="3"/>
+               dim="3">
+      <python-wrap>
+        <accumulative-methods>
+          SetLocalSizeOnShape,
+          UnsetLocalSizeOnEntry
+        </accumulative-methods>
+      </python-wrap>
+    </hypothesis>
     <hypothesis type="NETGEN_Parameters_2D"
                label-id="NETGEN 2D Parameters"
                icon-id="mesh_hypo_netgen_2d.png"
-               dim="2"/>
+               dim="2">
+      <python-wrap>
+        <accumulative-methods>
+          SetLocalSizeOnShape,
+          UnsetLocalSizeOnEntry
+        </accumulative-methods>
+      </python-wrap>
+    </hypothesis>
     <hypothesis type="NETGEN_Parameters_3D"
                label-id="NETGEN 3D Parameters"
                icon-id="mesh_hypo_netgen.png"
-               dim="3"/>
+               dim="3">
+      <python-wrap>
+        <accumulative-methods>
+          SetLocalSizeOnShape,
+          UnsetLocalSizeOnEntry
+        </accumulative-methods>
+      </python-wrap>
+    </hypothesis>
     <hypothesis type="NETGEN_Parameters_2D_ONLY"
                label-id="NETGEN 2D Parameters"
                icon-id="mesh_hypo_netgen_2d.png"
-               dim="2"/>
+               dim="2">
+      <python-wrap>
+        <accumulative-methods>
+          SetLocalSizeOnShape,
+          UnsetLocalSizeOnEntry
+        </accumulative-methods>
+      </python-wrap>
+    </hypothesis>
     <hypothesis type="NETGEN_SimpleParameters_2D"
                label-id="NETGEN 2D Simple Parameters"
                icon-id="mesh_hypo_netgen_2d.png"
         <algo>NETGEN_3D=Tetrahedron()</algo>
         <hypo>MaxElementVolume=MaxElementVolume(SetMaxElementVolume())</hypo>
         <hypo>NETGEN_Parameters_3D=Parameters()</hypo>
-        <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
+        <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod())</hypo>
       </python-wrap>
     </algorithm>