X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fabout_meshes.doc;h=97d14a3ec8892b9b1983fbdb31d5183c4572bab8;hb=6200373964d3bbd684f4e6ac530e3a423e0eafb6;hp=61865173b7a29a0d5dcd66adc6861eb1cfd78915;hpb=0635c9fc80f67d1e5dc0e94ec85f487286a92070;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/about_meshes.doc b/doc/salome/gui/SMESH/input/about_meshes.doc index 61865173b..97d14a3ec 100644 --- a/doc/salome/gui/SMESH/input/about_meshes.doc +++ b/doc/salome/gui/SMESH/input/about_meshes.doc @@ -5,20 +5,25 @@ \n \b MESH represents a discretization of a geometrical CAD model into a set of entities with a simple topology. -Meshes are stored in DAT, MED and UNV formats and can be +Meshes are stored in DAT, MED, UNV, STL, CGNS, GMF and SAUVE formats and can be \subpage importing_exporting_meshes_page "imported from and exported to" the file in these formats. -However, it is possible to \subpage constructing_meshes_page "construct meshes" +It is possible to \subpage constructing_meshes_page "construct meshes" on the basis of geometrical shapes produced in the GEOM module. -It is also possible to \subpage constructing_submeshes_page "create mesh on a part of the geometrical object", -for example, a face. +It is also possible to +\subpage constructing_submeshes_page "construct mesh on a part of the geometrical object", +for example, a face, with different meshing parameters than the whole mesh. -Several created meshes can be \subpage building_compounds_page "combined into mesh compounds". +Several created meshes can be \subpage building_compounds_page "combined into another mesh". -All created meshes and submeshes can be \subpage editing_meshes_page "edited". +The whole mesh or its part can be \subpage copy_mesh_page "copied" into another mesh. -Meshes can be also using the MESH functions destined for +Meshing parameters of meshes and sub-meshes can be +\subpage editing_meshes_page "edited", then only the mesh part +depending on the changed parameters will be re-computed. + +Meshes can be edited using the MESH functions destined for \ref modifying_meshes_page "modification" of generated meshes. The \b topology of a mesh is described by the relationships between its @@ -26,31 +31,34 @@ entities including:         These entities are considered as topological entities and they don't imply any geometric representation. Only \b Nodes reference geometric representations of points with definite coordinates. The node entity -will contain additional information about its position in the space +contains additional information about its position in the space and its relations with the meshed CAD model. Its position could be described in the following way:

Connections