Salome HOME
[bos #32739][CEA] 3D warp
[modules/smesh.git] / doc / gui / input / tui_viewing_meshes.rst
1
2 .. _tui_viewing_meshes_page:
3
4 **************
5 Viewing Meshes
6 **************
7
8 .. _tui_viewing_mesh_infos:
9
10 Viewing Basic Mesh Infos
11 ########################
12
13 .. literalinclude:: ../../examples/viewing_meshes_ex01.py
14     :language: python
15
16 :download:`Download this script <../../examples/viewing_meshes_ex01.py>`
17
18 .. _tui_node_element_mesh_infos:
19
20 Viewing node element Mesh Infos
21 ###############################
22
23 .. literalinclude:: ../../examples/viewing_meshes_ex03.py
24     :language: python
25
26 :download:`Download this script <../../examples/viewing_meshes_ex03.py>`
27
28 .. _tui_find_element_by_point:
29
30 Find Element by Point
31 #####################
32
33 .. literalinclude:: ../../examples/viewing_meshes_ex02.py
34     :language: python
35
36 :download:`Download this script <../../examples/viewing_meshes_ex02.py>`