Salome HOME
[bos #37570] [CEA] SHAPER hdf tests are failing. Fix Sphere feature attributes order.
[modules/shaper.git] / src / SketchPlugin / doc / curveFittingFeature.rst
index 11376117b53412dc9b3d87a1a4b88004b91e579d..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
@@ -52,7 +52,7 @@ The created B-spline curve appears in the view.
 .. centered::
    Interpolation curve (non-closed, periodic and closed)
 
-**See Also** a sample TUI Script of :ref:`tui_create_interpolation` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_sketch_interpolation` operation.
 
 
 Approximation
@@ -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
@@ -86,4 +86,4 @@ The created B-spline curve appears in the view.
 .. centered::
    Approximated curve (non-closed, periodic and closed)
 
-**See Also** a sample TUI Script of :ref:`tui_create_approximation` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_sketch_approximation` operation.