]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
authoreap <eap@opencascade.com>
Wed, 7 Mar 2012 15:50:32 +0000 (15:50 +0000)
committereap <eap@opencascade.com>
Wed, 7 Mar 2012 15:50:32 +0000 (15:50 +0000)
Describe methods wrapping algorithms and hypotheses into python

resources/GHS3DPRLPlugin.xml

index 4165d1737d747fbe2ec977271276ba01d0415f7f..7d867c3154c8e5d3a3758532a6160cc4b63acb05 100755 (executable)
                icon-id="mesh_algo_GHS3DPRL.png"
                opt-hypos="GHS3DPRL_Parameters"
                input="TRIA,QUAD"
-               dim="3"/>
+               dim="3">
+      <python-wrap>
+        <algo>GHS3DPRL_3D=Tetrahedron(algo=smesh.GHS3DPRL)</algo>
+        <hypo>GHS3DPRL_Parameters=Parameters()</hypo>
+      </python-wrap>
+    </algorithm>
+
   </algorithms>
 </meshers-group>