]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
PAL19022 MakeFilling: can't create a closed face V4_1_1
authoreap <eap@opencascade.com>
Wed, 27 Feb 2008 14:09:36 +0000 (14:09 +0000)
committereap <eap@opencascade.com>
Wed, 27 Feb 2008 14:09:36 +0000 (14:09 +0000)
   improve description of arguments of MakeFilling()

idl/GEOM_Gen.idl
src/GEOM_SWIG/geompyDC.py

index de4600e277da9ea6ae230fbd74fa6e7802544ebc..4c30ee6005e62474bb20db50b949b08992aa85d0 100644 (file)
@@ -892,11 +892,11 @@ module GEOM
 
     /*!
      *  Create a filling from the given compound of contours.
-     *  \param theMinDeg a minimal degree
-     *  \param theMaxDeg a maximal degree
-     *  \param theTol2D a 2d tolerance
-     *  \param theTol3D a 3d tolerance
-     *  \param theNbIter a number of iteration
+     *  \param theMinDeg a minimal degree of BSpline surface to create
+     *  \param theMaxDeg a maximal degree of BSpline surface to create
+     *  \param theTol2D a 2d tolerance to be reached
+     *  \param theTol3D a 3d tolerance to be reached
+     *  \param theNbIter a number of iteration of approximation algorithm
      *  \return New GEOM_Object, containing the created filling surface.
      */
     GEOM_Object MakeFilling (in GEOM_Object theShape,
index 20a6e120c9cc369385d2e779af47ba8ddf191e34..5853af96666764107117bf8f5701a78a189606c0 100644 (file)
@@ -1390,11 +1390,11 @@ class geompyDC(GEOM._objref_GEOM_Gen):
         
         ## Create a filling from the given compound of contours.
         #  @param theShape the compound of contours
-        #  @param theMinDeg a minimal degree
-        #  @param theMaxDeg a maximal degree
-        #  @param theTol2D a 2d tolerance
-        #  @param theTol3D a 3d tolerance
-        #  @param theNbIter a number of iteration
+        #  @param theMinDeg a minimal degree of BSpline surface to create
+        #  @param theMaxDeg a maximal degree of BSpline surface to create
+        #  @param theTol2D a 2d tolerance to be reached
+        #  @param theTol3D a 3d tolerance to be reached
+        #  @param theNbIter a number of iteration of approximation algorithm
         #  @return New GEOM_Object, containing the created filling surface.
         #
         #  Example: see GEOM_TestAll.py