smesh/doc/salome/gui/SMESH/input/tui_viewing_meshes.rst

30 lines
573 B
ReStructuredText
Raw Normal View History

2017-12-08 19:09:48 +05:00
.. _tui_viewing_meshes_page:
**************
Viewing Meshes
**************
.. _tui_viewing_mesh_infos:
Viewing Mesh Infos
##################
.. literalinclude:: ../../../examples/viewing_meshes_ex01.py
:linenos:
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/viewing_meshes_ex01.py>`
2017-12-08 19:09:48 +05:00
.. _tui_find_element_by_point:
Find Element by Point
#####################
.. literalinclude:: ../../../examples/viewing_meshes_ex02.py
:linenos:
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/viewing_meshes_ex02.py>`