X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Ftui_creating_meshes.rst;h=46b4f9ff410caf5124db80619315ac322590fc2c;hb=f513b3c72c0c9c1a0c68bae34813cb41ac6fdcd5;hp=314858dbda1fa881f770ebbd85437106e92c8ec8;hpb=88141f757b048eaa5aae0be49faaf274448bbcaf;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/tui_creating_meshes.rst b/doc/salome/gui/SMESH/input/tui_creating_meshes.rst index 314858dbd..46b4f9ff4 100644 --- a/doc/salome/gui/SMESH/input/tui_creating_meshes.rst +++ b/doc/salome/gui/SMESH/input/tui_creating_meshes.rst @@ -15,110 +15,80 @@ First of all see :ref:`example_3d_mesh` which is an example of good python scrip Construction of a mesh ====================== - -.. _creating_meshes_ex01.py: - -``creating_meshes_ex01.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex01.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex01.py` +:download:`Download this script <../../../examples/creating_meshes_ex01.py>` .. _tui_construction_submesh: Construction of a sub-mesh ========================== -.. _creating_meshes_ex02.py: - -``creating_meshes_ex02.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex02.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex02.py` +:download:`Download this script <../../../examples/creating_meshes_ex02.py>` .. _change_priority_of_submeshes_in_mesh: Change priority of sub-meshes in mesh ===================================== -.. _creating_meshes_ex03.py: - -``creating_meshes_ex03.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex03.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex03.py` +:download:`Download this script <../../../examples/creating_meshes_ex03.py>` .. _tui_editing_while_meshing: Intermediate edition while meshing ================================== -.. _a3DmeshOnModified2Dmesh.py: - -``a3DmeshOnModified2Dmesh.py`` - .. literalinclude:: ../../../examples/a3DmeshOnModified2Dmesh.py :linenos: :language: python -:download:`../../../examples/a3DmeshOnModified2Dmesh.py` +:download:`Download this script <../../../examples/a3DmeshOnModified2Dmesh.py>` .. _tui_editing_mesh: Editing a mesh (i.e. changing hypotheses) ========================================= -.. _creating_meshes_ex04.py: - -``creating_meshes_ex04.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex04.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex04.py` +:download:`Download this script <../../../examples/creating_meshes_ex04.py>` .. _tui_export_mesh: Export of a Mesh ================ -.. _creating_meshes_ex05.py: - -``creating_meshes_ex05.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex05.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex05.py` +:download:`Download this script <../../../examples/creating_meshes_ex05.py>` .. _how_to_mesh_a_cylinder_with_hexahedrons: How to mesh a cylinder with hexahedrons? ======================================== -Here you can see an example of python script, creating a hexahedral -mesh on a cylinder. A picture below the source code of the script +The next script creates a hexahedral mesh on a cylinder. A picture below the script demonstrates the resulting mesh. -.. _creating_meshes_ex06.py: - -``creating_meshes_ex06.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex06.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex06.py` +:download:`Download this script <../../../examples/creating_meshes_ex06.py>` .. image:: ../images/mesh_cylinder_hexa.png :align: center @@ -129,28 +99,20 @@ demonstrates the resulting mesh. Building a compound of meshes ============================= -.. _creating_meshes_ex07.py: - -``creating_meshes_ex07.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex07.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex07.py` +:download:`Download this script <../../../examples/creating_meshes_ex07.py>` .. _tui_copy_mesh: Mesh Copying ============ -.. _creating_meshes_ex08.py: - -``creating_meshes_ex08.py`` - .. literalinclude:: ../../../examples/creating_meshes_ex08.py :linenos: :language: python -:download:`../../../examples/creating_meshes_ex08.py` +:download:`Download this script <../../../examples/creating_meshes_ex08.py>`