From: gdd Date: Mon, 29 Aug 2011 12:57:50 +0000 (+0000) Subject: PreCAD: minor change in function doc X-Git-Tag: V6_4_0a1~89 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b19b5319ed7c1d82b841676dc194d5de2132f3ec;p=modules%2Fsmesh.git PreCAD: minor change in function doc --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 2ec2d34e5..340201b8f 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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