From: eap Date: Wed, 7 Mar 2012 15:29:16 +0000 (+0000) Subject: 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH... X-Git-Tag: V6_5_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f42ffecd128b7e77c7db3adc4fe7df54a97d2412;p=plugins%2Fghs3dplugin.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/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()) + + +