From c5d1e5d06ffa682732f53f3dcb6a1bff4fad0923 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Mar 2012 15:25:08 +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/BLSURFPlugin.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/BLSURFPlugin.xml b/resources/BLSURFPlugin.xml index e69c3bf..8729833 100644 --- a/resources/BLSURFPlugin.xml +++ b/resources/BLSURFPlugin.xml @@ -36,13 +36,20 @@ dim="2"/> + + support-submeshes="true"> + + BLSURF=Triangle(algo=smesh.BLSURF) + BLSURF_Parameters=Parameters() + + + -- 2.39.2