/*!
\page modifying_meshes_page Modifying meshes
Salome provides a vast specter of mesh modification and
transformation operations, giving the possibility to:
- \subpage adding_nodes_and_elements_page "Add" mesh elements from
nodes to polyhedrons at an arbitrary place in the mesh.
- \subpage adding_quadratic_elements_page "Add quadratic" mesh
elements from quadratic segments to quadratic hexahedrons at an
arbitrary place in the mesh.
- \subpage removing_nodes_and_elements_page "Remove" any existing
mesh elements and nodes.
- \subpage translation_page "Translate" in the indicated direction
the mesh or some of its elements.
- \subpage rotation_page "Rotate" by the indicated axis and angle
the mesh or some of its elements.
- \subpage scale_page "Scale" the mesh or some of its elements.
- \subpage symmetry_page "Mirror" the mesh through a point, a vector
or a plane of symmetry.
- \subpage double_nodes_page "Duplicate nodes or/and Elements".
Duplication of nodes can be useful to emulate a crack in the
model.
- Unite meshes by \subpage sewing_meshes_page "sewing" free borders,
border to side or side elements.
- \subpage merging_nodes_page "Merge Nodes", coincident within the
indicated tolerance.
- \subpage merging_elements_page "Merge Elements" based on the same
nodes.
- \subpage mesh_through_point_page "Move Nodes" to an arbitrary
location with consequent transformation of all adjacent
elements.
- \subpage diagonal_inversion_of_elements_page "Invert an edge"
between neighboring triangles.
- \subpage uniting_two_triangles_page "Unite two triangles".
- \subpage uniting_set_of_triangles_page "Unite several adjacent triangles".
- \subpage changing_orientation_of_elements_page "Change orientation"
of the selected elements.
- \subpage reorient_faces_page "Orient faces" by several means.
- \subpage cutting_quadrangles_page "Cut a quadrangle" into two
triangles.
- \subpage split_to_tetra_page "Split" volumic elements into
tetrahedra or prisms.
- \subpage split_biquad_to_linear_page "Split bi-quadratic" elements
into linear ones without creation of additional nodes.
- \subpage smoothing_page "Smooth" elements, reducung distortions in
them by adjusting the locations of nodes.
- Create an \subpage extrusion_page "extrusion" along a vector or by
normal to a discretized surface.
- Create an \subpage extrusion_along_path_page "extrusion along a path".
- Create elements by \subpage revolution_page "revolution" of the
selected nodes and elements.
- Apply \subpage pattern_mapping_page "pattern mapping".
- \subpage convert_to_from_quadratic_mesh_page "Convert linear mesh to quadratic",
or vice versa.
- \subpage make_2dmesh_from_3d_page "Generate boundary elements".
- \subpage generate_flat_elements_page "Generate flat elements on group boundaries or on faces".
- \subpage cut_mesh_by_plane_page "Cut a tetrahedron mesh by a plane".
\note It is possible to \ref edit_anchor "modify the mesh" of a lower
dimension before generation of the mesh of a higher dimension.
\note It is possible to use the variables defined in the SALOME \b NoteBook
to specify the numerical parameters used for modification of any object.
*/