smesh/doc/gui/input/tui_viewing_meshes.rst

37 lines
797 B
ReStructuredText
Raw Normal View History

2022-04-11 18:28:01 +05:00
.. _tui_viewing_meshes_page:
2022-04-11 18:28:01 +05:00
**************
Viewing Meshes
**************
.. _tui_viewing_mesh_infos:
Viewing Basic Mesh Infos
########################
2022-04-11 18:28:01 +05:00
.. literalinclude:: ../../examples/viewing_meshes_ex01.py
:language: python
:download:`Download this script <../../examples/viewing_meshes_ex01.py>`
.. _tui_node_element_mesh_infos:
Viewing node element Mesh Infos
###############################
.. literalinclude:: ../../examples/viewing_meshes_ex03.py
:language: python
:download:`Download this script <../../examples/viewing_meshes_ex03.py>`
2022-04-11 18:28:01 +05:00
.. _tui_find_element_by_point:
2022-04-11 18:28:01 +05:00
Find Element by Point
#####################
.. literalinclude:: ../../examples/viewing_meshes_ex02.py
:language: python
:download:`Download this script <../../examples/viewing_meshes_ex02.py>`