mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 17:50:34 +05:00
PreCAD: add wrapping to SetPreCADOptionValue(optin,value)
This commit is contained in:
parent
74aa4392c5
commit
852a987961
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user