]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
23051: [CEA 1470] SMESH NetGen - Local refinement not computed and dumped properly
authoreap <eap@opencascade.com>
Tue, 21 Apr 2015 16:21:41 +0000 (19:21 +0300)
committereap <eap@opencascade.com>
Tue, 21 Apr 2015 16:21:41 +0000 (19:21 +0300)
resources/NETGENPlugin.xml

index a77104f8302171b9dd2f787b33203c2df2ac5b5d..3def5e36acc546ba2b580b5371487186c8eeb024 100644 (file)
     <hypothesis type="NETGEN_Parameters"
                label-id="NETGEN 3D Parameters"
                icon-id="mesh_hypo_netgen.png"
-               dim="3"/>
+               dim="3">
+      <python-wrap>
+        <accumulative-methods>
+          SetLocalSizeOnShape
+        </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
+        </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
+        </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
+        </accumulative-methods>
+      </python-wrap>
+    </hypothesis>
     <hypothesis type="NETGEN_SimpleParameters_2D"
                label-id="NETGEN 2D Simple Parameters"
                icon-id="mesh_hypo_netgen_2d.png"