]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Précision
authorGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Fri, 8 Jan 2021 13:32:02 +0000 (14:32 +0100)
committerGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Fri, 8 Jan 2021 13:32:02 +0000 (14:32 +0100)
src/SketchPlugin/doc/curveFittingFeature.rst

index b339b4ffd4220d9823909bf26fe9092d6ad1687c..3af71130cc8d61d3abad9924a72206e345688c42 100644 (file)
@@ -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