Add wrapper to .mesh export from BLSURFPLUGIN

This commit is contained in:
gdd 2011-07-28 16:50:48 +00:00
parent 5541401356
commit 6a49124672

View File

@ -5111,6 +5111,13 @@ class Mesh_Triangle(Mesh_Algorithm):
# Parameter of BLSURF algo # Parameter of BLSURF algo
self.params.SetOptionValue(optionName,level) 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) ## Enforced vertices (BLSURF)
## To get all the enforced vertices ## To get all the enforced vertices