]> SALOME platform Git repositories - plugins/hybridplugin.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:29:16 +0000 (15:29 +0000)
committereap <eap@opencascade.com>
Wed, 7 Mar 2012 15:29:16 +0000 (15:29 +0000)
Describe methods wrapping algorithms and hypotheses into python

resources/GHS3DPlugin.xml

index 5702b41d283b756df4175d0860a9e61eb1d27fcf..a7ea606c9564508be1aa6a61d88f436804c22680 100644 (file)
                input="TRIA,QUAD"
               need-geom="false"
                opt-hypos="GHS3D_Parameters, ViscousLayers"
-               dim="3"/>
+               dim="3">
+      <python-wrap>
+        <algo>GHS3D_3D=Tetrahedron(algo=smesh.GHS3D)</algo>
+        <hypo>GHS3D_Parameters=Parameters()</hypo>
+        <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
+      </python-wrap>
+    </algorithm>
+
   </algorithms>
 </meshers-group>