mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
37 lines
797 B
ReStructuredText
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>`
|