PAL16568/19022

This commit is contained in:
eap 2008-04-23 07:12:32 +00:00
parent 3182a66c95
commit 5b9b55bef6

View File

@ -13,7 +13,7 @@ surface;
created surface and the reference edge;
\n <b>Number of
Iterations</b> - defines the maximum number of iterations. The iterations are repeated until the required tolerance is reached. So, a greater number of iterations allows producing a better surface.
\n <b>Approximation</b> - if checked, BSpline curves are generated in the process of surface construction, By default the surface is created using Besier curves. The usage of <b>Approximation</b> makes the algorithm work slower, but allows building the
\n <b>Approximation</b> - if checked, BSpline curves are generated in the process of surface construction (using GeomAPI_PointsToBSplineSurface functionality). By default the surface is created using Besier curves. The usage of <b>Approximation</b> makes the algorithm work slower, but allows building the
surface for rather complex cases.
\n The \b Result of the operation will be a GEOM_Object (face).