--- /dev/null
+
+ .. _tui_create_interpolation_analytical:
+
+Create Interpolation analytical
+===============================
+
+.. literalinclude:: examples/interpolationAnalytical.py
+ :linenos:
+ :language: python
+
+:download:`Download this script <examples/interpolationAnalytical.py>`
+
--- /dev/null
+
+ .. _tui_create_interpolation_by_selection:
+
+Create Interpolation by selection
+=================================
+
+.. literalinclude:: examples/interpolation.py
+ :linenos:
+ :language: python
+
+:download:`Download this script <examples/interpolation.py>`
+
+++ /dev/null
-
- .. _tui_create_interpolation:
-
-Create Interpolation
-====================
-
-.. literalinclude:: examples/interpolation.py
- :linenos:
- :language: python
-
-:download:`Download this script <examples/interpolation.py>`
-
- .. _tui_create_interpolation_analytical:
-
-Create Interpolation analytical
-===============================
-
-.. literalinclude:: examples/interpolationAnalytical.py
- :linenos:
- :language: python
-
-:download:`Download this script <examples/interpolationAnalytical.py>`
-
\ No newline at end of file
:align: left
:height: 24px
-interpolation analytical
+Interpolation analytical
Interpolation by selection
""""""""""""""""""""""""""
.. figure:: images/Interpolation.png
:align: center
- Create an interpolation
+ Create an interpolation by selection
Select one or several vertices or points in the viewer.
Result of the operation.
-**See Also** a sample TUI Script of :ref:`tui_create_interpolation` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_interpolation_by_selection` operation.
Interpolation analytical
""""""""""""""""""""""""
The result of the operation will be a curve created from analytical expressions for x,y and z as functions of variable t:
-.. figure:: images/CreateInterpolationanalitycal.png
+.. figure:: images/CreateInterpolationAnalitycal.png
:align: center
Result of the operation.
-**See Also** a sample TUI Script of :ref:`tui_create_interpolation_analytical` operation.
\ No newline at end of file
+**See Also** a sample TUI Script of :ref:`tui_create_interpolation_analytical` operation.