mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-21 00:29:40 +05:00
PAL19022 MakeFilling: can't create a closed face
improve description of arguments of MakeFilling()
This commit is contained in:
parent
775b31fe49
commit
32282d0dc0
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user