smesh/doc/gui/input/tui_viewing_meshes.rst

37 lines
797 B
ReStructuredText

.. _tui_viewing_meshes_page:
**************
Viewing Meshes
**************
.. _tui_viewing_mesh_infos:
Viewing Basic Mesh Infos
########################
.. 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>`
.. _tui_find_element_by_point:
Find Element by Point
#####################
.. literalinclude:: ../../examples/viewing_meshes_ex02.py
:language: python
:download:`Download this script <../../examples/viewing_meshes_ex02.py>`