mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
PreCAD: minor change in function doc
This commit is contained in:
parent
dad3caa028
commit
b19b5319ed
@ -5135,11 +5135,14 @@ class Mesh_Triangle(Mesh_Algorithm):
|
||||
self.params.SetOptionValue(optionName,level)
|
||||
|
||||
## Sets advanced PreCAD option value.
|
||||
# Keyword arguments:
|
||||
# optionName: name of the option
|
||||
# optionValue: value of the option
|
||||
# @ingroup l3_hypos_blsurf
|
||||
def SetPreCADOptionValue(self, optionName, level):
|
||||
def SetPreCADOptionValue(self, optionName, optionValue):
|
||||
if self.Parameters():
|
||||
# Parameter of BLSURF algo
|
||||
self.params.SetPreCADOptionValue(optionName,level)
|
||||
self.params.SetPreCADOptionValue(optionName,optionValue)
|
||||
|
||||
## Sets GMF file for export at computation
|
||||
# @ingroup l3_hypos_blsurf
|
||||
|
Loading…
Reference in New Issue
Block a user