From 4de666ddfa28a70ec08c901d6a90d33c324e9d84 Mon Sep 17 00:00:00 2001 From: gdd Date: Mon, 27 Sep 2010 09:35:03 +0000 Subject: [PATCH] RNC: Fixed documentation of SetGeometricMesh Parameter theGeometricMesh takes the value 0 or 1 --- src/SMESH_SWIG/smeshDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2