]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis...
authoreap <eap@opencascade.com>
Fri, 24 Aug 2012 11:44:08 +0000 (11:44 +0000)
committereap <eap@opencascade.com>
Fri, 24 Aug 2012 11:44:08 +0000 (11:44 +0000)
enumerate methods that don't change a value of a meshing parameter but
add one more value

+      <python-wrap>
+        <accumulative-methods>
+          SetEnforcedVertex,
+          ...

resources/BLSURFPlugin.xml

index ff40d4cb78d75a7392ca3067b51559344b61fc32..28d1b96a580b9bce83e2e6f3fc3c3c008b233c03 100644 (file)
     <hypothesis type="BLSURF_Parameters"
                label-id="BLSURF Parameters"
                icon-id="mesh_hypo_BLSURF.png"
-               dim="2"/>
+               dim="2">
+      <python-wrap>
+        <accumulative-methods>
+          SetEnforcedVertex,
+          SetEnforcedVertexNamed,
+          SetEnforcedVertexGeom,
+          SetEnforcedVertexWithGroup,
+          SetEnforcedVertexNamedWithGroup,
+          SetEnforcedVertexGeomWithGroup,
+          UnsetEnforcedVertex,
+          UnsetEnforcedVertexGeom,
+          UnsetEnforcedVertices
+        </accumulative-methods>
+      </python-wrap>
+    </hypothesis>
+
   </hypotheses>
   <algorithms>