X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fmesh_infos.doc;h=8ead995f07ffe38d497b3246efa6c686d6860696;hb=f7aba4830d53719b963fdb7fccc98b760fdef2d1;hp=95897e0f0fe8bba323406443c2b36f81ef88de4b;hpb=016f5df550d25bb3c661ed0a42df7b08b928f4d3;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/mesh_infos.doc b/doc/salome/gui/SMESH/input/mesh_infos.doc index 95897e0f0..8ead995f0 100644 --- a/doc/salome/gui/SMESH/input/mesh_infos.doc +++ b/doc/salome/gui/SMESH/input/mesh_infos.doc @@ -15,11 +15,13 @@ in the toolbar. The Mesh Information dialog box provides three tab pages: - \ref advanced_mesh_infos_anchor "Base Info" - to show base -information about the selected mesh object +information about the selected mesh object. - \ref mesh_element_info_anchor "Element Info" - to show detailed information about the selected mesh node or element. - \ref mesh_addition_info_anchor "Additional Info" - to show additional information available for the selected mesh, sub-mesh or group object. +- \ref mesh_quality_info_anchor "Quality Info" - to show +overall quality information about the selected mesh, sub-mesh or group object. \anchor advanced_mesh_infos_anchor

Base Information

@@ -119,12 +121,44 @@ automatically calculated if the size of the group does not exceed the "Automatic nodes compute limit" set via the "Mesh information" preferences (zero value means no limit). +\anchor mesh_quality_info_anchor +

Quality Information

+ +The Quality Info tab provides overall information about mesh quality controls on the selected object - mesh, sub-mesh or mesh group: +- Name; +- Nodes information: + - Number of free nodes; + - Number of double nodes; +- Edges information: + - Number of double edges; +- Faces information: + - Number of double faces; + - Number of over-constrained faces; + - Aspect Ratio histogram; +- Volume information: + - Number of double volumes; + - Number of over-constrained volumes; + - Aspect Ratio 3D histogram. + +
\image html ctrlinfo.png +"Quality Info" page
+ +\note It is possible to set "Double nodes tolerance" in the dialog for a local change + or via the "Quality controls" in Mesh preferences. + +\note For performance reasons, all quality control values for big meshes are +computed only by demand. For this, press the "compute" +button. Also, values are automatically computed if the number of +nodes / elements does not exceed the "Automatic controls compute limit" set +via the "Mesh information" preferences (zero value means that there is no limit). + The button \b "Dump" allows printing the information displayed in the dialog box to a .txt file. In case you get Mesh Information via a TUI script, the information is displayed in the Python Console. -See the \ref tui_viewing_mesh_infos "TUI Example". + +See the \ref tui_viewing_mesh_infos "TUI Example". */