Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / doc / salome / gui / SMESH / input / modifying_meshes.rst
1 .. _modifying_meshes_page:
2
3 ****************
4 Modifying meshes
5 ****************
6
7 Salome provides a vast specter of mesh modification and transformation operations, giving the possibility to:
8
9 * :ref:`Add <adding_nodes_and_elements_page>` mesh elements from nodes to polyhedrons at an arbitrary place in the mesh.
10 * :ref:`Add quadratic <adding_quadratic_elements_page>` mesh elements from quadratic segments to quadratic hexahedrons at an arbitrary place in the mesh.
11 * :ref:`Remove <removing_nodes_and_elements_page>` any existing mesh elements and nodes.
12 * :ref:`Convert linear mesh to quadratic <convert_to_from_quadratic_mesh_page>`, or vice versa.
13 * :ref:`Generate boundary elements <make_2dmesh_from_3d_page>`.
14 * :ref:`Translate <translation_page>` in the indicated direction the mesh or some of its elements.
15 * :ref:`Rotate <rotation_page>` by the indicated axis and angle the mesh or some of its elements.
16 * :ref:`Scale <scale_page>` the mesh or some of its elements.
17 * :ref:`Mirror <symmetry_page>` the mesh through a point, a vector or a plane of symmetry.
18 * :ref:`double_nodes_page`. Duplication of nodes can be useful to emulate a crack in the model.
19 * :ref:`Merge Nodes<merging_nodes_page>` coincident within the indicated tolerance.
20 * :ref:`Merge Elements <merging_elements_page>` based on the same nodes.
21 * Create an :ref:`extrusion <extrusion_page>` along a vector or by normal to a discretized surface.
22 * Create an :ref:`extrusion along a path <extrusion_along_path_page>`.
23 * Create elements by :ref:`revolution <revolution_page>` of the selected nodes and elements.
24 * :ref:`Move Nodes <mesh_through_point_page>` to an arbitrary location with consequent transformation of all adjacent elements.
25 * :ref:`Change orientation <changing_orientation_of_elements_page>` of the selected elements.
26 * :ref:`Orient faces <reorient_faces_page>` by several means.
27 * Unite meshes by :ref:`sewing <sewing_meshes_page>` free borders, border to side or side elements.
28 * :ref:`Invert an edge <diagonal_inversion_of_elements_page>` between neighboring triangles.
29 * :ref:`Unite two triangles <uniting_two_triangles_page>`.
30 * :ref:`Unite several adjacent triangles <uniting_set_of_triangles_page>`.
31 * :ref:`Cut a quadrangle <cutting_quadrangles_page>` into two triangles.
32 * :ref:`Split <split_to_tetra_page>` volumic elements into tetrahedra or prisms.
33 * :ref:`Split bi-quadratic <split_biquad_to_linear_page>` elements into linear ones without creation of additional nodes.
34 * :ref:`Smooth <smoothing_page>` elements, reducung distortions in them by adjusting the locations of nodes.
35 * Apply :ref:`pattern mapping <pattern_mapping_page>`.
36 * :ref:`generate_flat_elements_page`.
37 * :ref:`cut_mesh_by_plane_page`.
38
39
40 .. note::
41         You can use these operations to :ref:`modify the mesh <edit_anchor>` of a lower dimension before generation of the mesh of a higher dimension.
42
43 .. note::
44         It is possible to use the variables defined in the SALOME **NoteBook** to specify the numerical parameters used for modification of any object.
45
46
47 **Table of Contents**
48
49 .. toctree::
50    :titlesonly:
51
52    adding_nodes_and_elements.rst
53    adding_quadratic_elements.rst 
54    removing_nodes_and_elements.rst 
55    translation.rst
56    rotation.rst
57    scale.rst
58    symmetry.rst
59    double_nodes_page.rst 
60    sewing_meshes.rst
61    merging_nodes.rst
62    merging_elements.rst
63    mesh_through_point.rst 
64    diagonal_inversion_of_elements.rst 
65    uniting_two_triangles.rst 
66    uniting_set_of_triangles.rst
67    changing_orientation_of_elements.rst
68    reorient_faces.rst
69    cutting_quadrangles.rst
70    split_to_tetra.rst
71    split_biquad_to_linear.rst
72    smoothing.rst
73    extrusion.rst
74    extrusion_along_path.rst
75    revolution.rst
76    pattern_mapping.rst
77    convert_to_from_quadratic_mesh.rst
78    make_2dmesh_from_3d.rst
79    generate_flat_elements.rst
80    cut_mesh_by_plane.rst
81