]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
PreCAD: minor change in function doc
authorgdd <gdd>
Mon, 29 Aug 2011 12:57:50 +0000 (12:57 +0000)
committergdd <gdd>
Mon, 29 Aug 2011 12:57:50 +0000 (12:57 +0000)
src/SMESH_SWIG/smeshDC.py

index 2ec2d34e5a99ba18bf249c44ec485d8192be19f2..340201b8f7624421975f8bbe67d2cea2677e4e28 100644 (file)
@@ -5135,11 +5135,14 @@ class Mesh_Triangle(Mesh_Algorithm):
             self.params.SetOptionValue(optionName,level)
 
     ## Sets advanced PreCAD option value.
             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
     #  @ingroup l3_hypos_blsurf
-    def SetPreCADOptionValue(self, optionName, level):
+    def SetPreCADOptionValue(self, optionName, optionValue):
         if self.Parameters():
             #  Parameter of BLSURF algo
         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
 
     ## Sets GMF file for export at computation
     #  @ingroup l3_hypos_blsurf