From: gdd Date: Thu, 28 Jul 2011 16:50:48 +0000 (+0000) Subject: Add wrapper to .mesh export from BLSURFPLUGIN X-Git-Tag: V6_4_0a1~146 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=6a49124672f5396f3ceed0c5d614647b68b5bc8f Add wrapper to .mesh export from BLSURFPLUGIN --- 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