X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Ftui_transforming_meshes.rst;fp=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Ftui_transforming_meshes.rst;h=b62ab5988f7d987caab674443390e5c2940cbea7;hb=f0f67c0b47e58361bc50c7169734da604fbfca01;hp=0000000000000000000000000000000000000000;hpb=f6825d843153c333e95e1345ef7c7fc2d0fe5698;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/tui_transforming_meshes.rst b/doc/salome/gui/SMESH/input/tui_transforming_meshes.rst new file mode 100644 index 000000000..b62ab5988 --- /dev/null +++ b/doc/salome/gui/SMESH/input/tui_transforming_meshes.rst @@ -0,0 +1,204 @@ +.. _tui_transforming_meshes_page: + +******************* +Transforming Meshes +******************* + +.. contents:: `Table of contents` + + +.. _tui_translation: + +Translation +=========== + +.. _transforming_meshes_ex01.py: + +``transforming_meshes_ex01.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex01.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex01.py` + +.. _tui_rotation: + +Rotation +======== + +.. _transforming_meshes_ex02.py: + +``transforming_meshes_ex02.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex02.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex02.py` + +.. _tui_scale: + +Scale +===== + +.. _transforming_meshes_ex03.py: + +``transforming_meshes_ex03.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex03.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex03.py` + +.. _tui_symmetry: + +Symmetry +======== + +.. _transforming_meshes_ex04.py: + +``transforming_meshes_ex04.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex04.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex04.py` + +.. _tui_merging_nodes: + +Merging Nodes +============= + +.. _transforming_meshes_ex05.py: + +``transforming_meshes_ex05.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex05.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex05.py` + +.. _tui_merging_elements: + +Merging Elements +================ + +.. _transforming_meshes_ex06.py: + +``transforming_meshes_ex06.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex06.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex06.py` + +.. _tui_sew_meshes_border_to_side: + +Sew Meshes Border to Side +========================= + +.. _transforming_meshes_ex07.py: + +``transforming_meshes_ex07.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex07.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex07.py` + +.. _tui_sew_conform_free_borders: + +Sew Conform Free Borders +======================== + +.. _transforming_meshes_ex08.py: + +``transforming_meshes_ex08.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex08.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex08.py` + +.. _tui_sew_free_borders: + +Sew Free Borders +================ + +.. _transforming_meshes_ex09.py: + +``transforming_meshes_ex09.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex09.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex09.py` + +.. _tui_sew_side_elements: + +Sew Side Elements +================= + +.. _transforming_meshes_ex10.py: + +``transforming_meshes_ex10.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex10.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex10.py` + +.. _tui_duplicate_nodes: + +Duplicate nodes or/and elements +=============================== + +.. _transforming_meshes_ex11.py: + +``transforming_meshes_ex11.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex11.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex11.py` + +.. _tui_make_2dmesh_from_3d: + +Create boundary elements +======================== + +.. _transforming_meshes_ex12.py: + +``transforming_meshes_ex12.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex12.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex12.py` + +.. _tui_reorient_faces: + +Reorient faces +============== + +.. _transforming_meshes_ex13.py: + +``transforming_meshes_ex13.py`` + +.. literalinclude:: ../../../examples/transforming_meshes_ex13.py + :linenos: + :language: python + +:download:`../../../examples/transforming_meshes_ex13.py` +