From: GERALD NICOLAS Date: Fri, 8 Jan 2021 13:32:02 +0000 (+0100) Subject: Précision X-Git-Tag: V9_7_0a1~58^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f68b3251cf2daa95a4461fc539ef6b03ea61d89c;p=modules%2Fshaper.git Précision --- diff --git a/src/SketchPlugin/doc/curveFittingFeature.rst b/src/SketchPlugin/doc/curveFittingFeature.rst index b339b4ffd..3af71130c 100644 --- a/src/SketchPlugin/doc/curveFittingFeature.rst +++ b/src/SketchPlugin/doc/curveFittingFeature.rst @@ -39,12 +39,12 @@ Clicking the **Reorder points** button will change the order of selected points :param list: points for the curve. :param boolean: flag to make the curve periodic. :param boolean: flag to make the curve closed but not periodic. - :return: Created B-spline curve. + :return: interpolated curve. Result """""" -The created B-spline curve appears in the view. +The interpolated curve appears in the view. .. image:: images/curvefitting_interpolation_res.png :align: center @@ -73,12 +73,12 @@ Clicking the **Reorder points** button will change the order of selected points :param double: how close the curve should pass according to the points. :param boolean: flag to make the curve periodic. :param boolean: flag to make the curve closed but not periodic. - :return: Created B-spline curve. + :return: interpolated curve. Result """""" -The created B-spline curve appears in the view. +The interpolated curve appears in the view. .. image:: images/curvefitting_approximation_res.png :align: center