Salome HOME
fcd97b7b810a74fcfa9a4f2b982c9e915116f955
[modules/smesh.git] / doc / salome / gui / SMESH / input / index.rst
1 .. SMESH documentation master file, created by
2    sphinx-quickstart on Tue Nov 21 15:18:10 2017.
3    You can adapt this file completely to your liking, but it should at least
4    contain the root `toctree` directive.
5
6 ***************************
7 Introduction to Mesh module
8 ***************************
9
10 .. image:: ../images/a-viewgeneral.png
11         :align: center
12
13 **Mesh** module of SALOME is destined for:
14
15 * :ref:`creating meshes <about_meshes_page>` in different ways:
16
17   * by meshing geometrical models previously created or imported by the Geometry component;
18   * bottom-up, using :ref:`mesh edition <modifying_meshes_page>`, especially :ref:`extrusion <extrusion_page>` and :ref:`revolution <revolution_page>`;
19   * by generation of the 3D mesh from the 2D mesh not based on the geometry (:ref:`imported <importing_exporting_meshes_page>` for example);
20
21 * :ref:`importing and exporting meshes <importing_exporting_meshes_page>` in various formats;
22 * :ref:`modifying meshes <modifying_meshes_page>` with a vast array of dedicated operations;
23 * :ref:`creating groups <grouping_elements_page>` of mesh elements;
24 * filtering mesh entities (nodes or elements) using :ref:`Filters <filters_page>` functionality for :ref:`creating groups <grouping_elements_page>` and applying :ref:`mesh modifications <modifying_meshes_page>`;
25 * :ref:`viewing meshes <viewing_meshes_overview_page>` in the VTK viewer and :ref:`getting info <mesh_infos_page>` on mesh and its sub-objects;
26 * :ref:`remeshing meshes <adaptation_page>`;
27 * applying to meshes :ref:`Quality Controls <quality_page>`, allowing to highlight important elements;
28 * taking various :ref:`measurements <measurements_page>` of the mesh objects.
29
30 There is a set of :ref:`tools <tools_page>` plugged-in the module to extend the basic functionality listed above.
31
32 Almost all mesh module functionalities are accessible via :ref:`smeshpy_interface_page`.
33
34 It is possible to use the variables predefined in :ref:`Salome notebook <using_notebook_mesh_page>` to set parameters of operations.
35
36 Mesh module preferences are described in the :ref:`mesh_preferences_page` section of SALOME Mesh Help.
37
38 .. image:: ../images/image7.jpg
39         :align: center
40
41 .. centered::
42         Example of MESH module usage for engineering tasks
43
44
45 **Table of Contents**
46
47 .. toctree::
48    :titlesonly:
49    :maxdepth: 3
50
51    about_meshes
52    modifying_meshes
53    grouping_elements
54    about_filters
55    about_quality_controls
56    adaptation
57    measurements
58    viewing_meshes_overview
59    smeshpy_interface
60    tools
61    mesh_preferences
62    using_notebook_smesh_page