PAL19022 MakeFilling: can't create a closed face

improve description of arguments of MakeFilling()
This commit is contained in:
eap 2008-02-27 14:09:36 +00:00
parent 775b31fe49
commit 32282d0dc0
2 changed files with 10 additions and 10 deletions

View 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,

View 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