Salome HOME
Increment version: 9.7.0
[modules/shaper.git] / src / SketchPlugin / doc / TUI_curvefitting.rst
1
2   .. _tui_create_sketch_interpolation:
3
4 Create interpolation curve
5 ==========================
6
7 .. literalinclude:: examples/interpolation.py
8     :linenos:
9     :language: python
10
11 :download:`Download this script <examples/interpolation.py>`
12
13
14   .. _tui_create_sketch_approximation:
15
16 Create approximation curve
17 ==========================
18
19 .. literalinclude:: examples/approximation.py
20     :linenos:
21     :language: python
22
23 :download:`Download this script <examples/approximation.py>`