From f42ffecd128b7e77c7db3adc4fe7df54a97d2412 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Mar 2012 15:29:16 +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/GHS3DPlugin.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/GHS3DPlugin.xml b/resources/GHS3DPlugin.xml index 5702b41..a7ea606 100644 --- a/resources/GHS3DPlugin.xml +++ b/resources/GHS3DPlugin.xml @@ -42,7 +42,14 @@ input="TRIA,QUAD" need-geom="false" opt-hypos="GHS3D_Parameters, ViscousLayers" - dim="3"/> + dim="3"> + + GHS3D_3D=Tetrahedron(algo=smesh.GHS3D) + GHS3D_Parameters=Parameters() + ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces()) + + + -- 2.39.2