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