From: gdd Date: Thu, 23 Sep 2010 11:34:41 +0000 (+0000) Subject: RNC: Fixed documentation of MakeFilling : parameter "theMethod" takes the values... X-Git-Tag: V5_1_5a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ef83c266433de1663d0b2d78bb3426d238dbeed;p=modules%2Fgeom.git RNC: Fixed documentation of MakeFilling : parameter "theMethod" takes the values GEOM.FOM_Default, GEOM.FOM_UseOri, GEOM.FOM_AutoCorrect --- diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index fd60e8a67..954896f5e 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -1358,13 +1358,13 @@ class geompyDC(GEOM._objref_GEOM_Gen): # @param theTol3D a 3d tolerance to be reached # @param theNbIter a number of iteration of approximation algorithm # @param theMethod Kind of method to perform filling operation: - # 0 - Default - standard behaviour - # 1 - Use edges orientation - orientation of edges are - # used: if edge is reversed curve from this edge - # is reversed before using in filling algorithm. - # 2 - Auto-correct orientation - change orientation - # of curves using minimization of sum of distances - # between ends points of edges. + # GEOM.FOM_Default - Default - standard behaviour + # /GEOM.FOM_UseOri - Use edges orientation - orientation of edges is + # used: if the edge is reversed, the curve from this edge + # is reversed before using it in the filling algorithm. + # /GEOM.FOM_AutoCorrect - Auto-correct orientation - changes the orientation + # of the curves using minimization of sum of distances + # between the end points of the edges. # @param isApprox if True, BSpline curves are generated in the process # of surface construction. By default it is False, that means # the surface is created using Besier curves. The usage of