mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 18:07:27 +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
|
# Parameter of BLSURF algo
|
||||||
self.params.SetOptionValue(optionName,level)
|
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
|
## Sets GMF file for export at computation
|
||||||
# @ingroup l3_hypos_blsurf
|
# @ingroup l3_hypos_blsurf
|
||||||
def SetGMFFile(self, fileName):
|
def SetGMFFile(self, fileName):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user