From: gdd Date: Mon, 27 Sep 2010 09:35:03 +0000 (+0000) Subject: RNC: Fixed documentation of SetGeometricMesh X-Git-Tag: V5_1_5a1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=4de666ddfa28a70ec08c901d6a90d33c324e9d84 RNC: Fixed documentation of SetGeometricMesh Parameter theGeometricMesh takes the value 0 or 1 --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 7987385f5..ec39c1b37 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -4447,7 +4447,7 @@ class Mesh_Triangle(Mesh_Algorithm): self.Parameters().SetPhyMax(theVal) ## Sets a way to define maximum angular deflection of mesh from CAD model. - # @param theGeometricMesh is: DefaultGeom or Custom + # @param theGeometricMesh is: 0 (None) or 1 (Custom) # @ingroup l3_hypos_blsurf def SetGeometricMesh(self, theGeometricMesh=0): # Parameter of BLSURF algo