PreCAD: add wrapping to SetPreCADOptionValue(optin,value)

This commit is contained in:
gdd 2011-08-24 08:16:19 +00:00
parent 74aa4392c5
commit 852a987961

View File

@ -5134,6 +5134,13 @@ class Mesh_Triangle(Mesh_Algorithm):
# Parameter of BLSURF algo
self.params.SetOptionValue(optionName,level)
## Sets advanced PreCAD option value.
# @ingroup l3_hypos_blsurf
def SetPreCADOptionValue(self, optionName, level):
if self.Parameters():
# Parameter of BLSURF algo
self.params.SetPreCADOptionValue(optionName,level)
## Sets GMF file for export at computation
# @ingroup l3_hypos_blsurf
def SetGMFFile(self, fileName):