PAL19022 MakeFilling: can't create a closed face

improve description of arguments of MakeFilling()
This commit is contained in:
eap 2008-02-28 14:34:38 +00:00
parent 32282d0dc0
commit dee0ffed92

View File

@ -12,9 +12,7 @@ and <b>Approximation</b>.
\n <b>TUI Command:</b> <em>geompy.MakeFilling(Edges, MinDegree,
MaxDegree, Tol2D, Tol3D, NbIter, isApprox)</em>
\n <b>Arguments:</b> Name + 1 List of edges + 6 Parameters
(Min. degree, Max. degree, Number of iterations, 2D tolerance, 3D
tolerance, Number of iterations, Approximation).
\n <b>Arguments:</b> Name + 1 Compound of edges + 2 Values (min. and max degree of result BSpline surface) + 2 Values (2D and 3D precision to reach) + 1 Value (number of iterations of approximaion algorithm) + 1 Flag (to select one of algorithms).
\image html filling.png