From 6a49124672f5396f3ceed0c5d614647b68b5bc8f Mon Sep 17 00:00:00 2001 From: gdd Date: Thu, 28 Jul 2011 16:50:48 +0000 Subject: [PATCH] Add wrapper to .mesh export from BLSURFPLUGIN --- src/SMESH_SWIG/smeshDC.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 527e60e0a..e5d76e591 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -5111,6 +5111,13 @@ class Mesh_Triangle(Mesh_Algorithm): # Parameter of BLSURF algo self.params.SetOptionValue(optionName,level) + ## Sets GMF file for export at computation + # @ingroup l3_hypos_blsurf + def SetGMFFile(self, fileName): + if self.Parameters(): + # Parameter of BLSURF algo + self.params.SetGMFFile(fileName) + ## Enforced vertices (BLSURF) ## To get all the enforced vertices -- 2.30.2