mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
6c8b26afa5
Add a sample script + remove line numbers from codes in docs
28 lines
545 B
ReStructuredText
28 lines
545 B
ReStructuredText
|
|
.. _tui_viewing_meshes_page:
|
|
|
|
**************
|
|
Viewing Meshes
|
|
**************
|
|
|
|
.. _tui_viewing_mesh_infos:
|
|
|
|
Viewing Mesh Infos
|
|
##################
|
|
|
|
.. literalinclude:: ../../../examples/viewing_meshes_ex01.py
|
|
:language: python
|
|
|
|
:download:`Download this script <../../../examples/viewing_meshes_ex01.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>`
|