Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / input / tui_measurements.rst
1 .. _tui_measurements_page: 
2
3 ************
4 Measurements
5 ************
6
7 .. _tui_min_distance: 
8
9 Minimum Distance
10 ================
11
12 .. literalinclude:: ../../examples/measurements_ex01.py
13     :language: python
14
15 :download:`Download this script <../../examples/measurements_ex01.py>`
16
17 .. _tui_bounding_box: 
18
19 Bounding Box
20 ============
21
22 .. literalinclude:: ../../examples/measurements_ex02.py
23     :language: python
24
25 :download:`Download this script <../../examples/measurements_ex02.py>`
26
27 .. _tui_basic_properties: 
28
29 Basic Properties
30 ================
31
32 .. literalinclude:: ../../examples/measurements_ex03.py
33     :language: python
34
35 :download:`Download this script <../../examples/measurements_ex03.py>`
36
37 Angle
38 =====
39
40 .. literalinclude:: ../../examples/measurements_ex04.py
41     :language: python
42
43 :download:`Download this script <../../examples/measurements_ex04.py>`