From c81aebc4570481ee46e593c1c88329d5aee4100a Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Mar 2012 15:50:32 +0000 Subject: [PATCH] 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module Describe methods wrapping algorithms and hypotheses into python --- resources/GHS3DPRLPlugin.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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() + + + -- 2.39.2