From: eap Date: Wed, 7 Mar 2012 15:50:32 +0000 (+0000) Subject: 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH... X-Git-Tag: V6_5_0a1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c81aebc4570481ee46e593c1c88329d5aee4100a;p=plugins%2Fghs3dprlplugin.git 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module Describe methods wrapping algorithms and hypotheses into python --- diff --git a/resources/GHS3DPRLPlugin.xml b/resources/GHS3DPRLPlugin.xml index 4165d17..7d867c3 100755 --- a/resources/GHS3DPRLPlugin.xml +++ b/resources/GHS3DPRLPlugin.xml @@ -41,7 +41,13 @@ icon-id="mesh_algo_GHS3DPRL.png" opt-hypos="GHS3DPRL_Parameters" input="TRIA,QUAD" - dim="3"/> + dim="3"> + + GHS3DPRL_3D=Tetrahedron(algo=smesh.GHS3DPRL) + GHS3DPRL_Parameters=Parameters() + + +