From f68b3251cf2daa95a4461fc539ef6b03ea61d89c Mon Sep 17 00:00:00 2001 From: GERALD NICOLAS Date: Fri, 8 Jan 2021 14:32:02 +0100 Subject: [PATCH] =?utf8?q?Pr=C3=A9cision?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/SketchPlugin/doc/curveFittingFeature.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2