From: maintenance team Date: Mon, 3 Dec 2007 13:45:18 +0000 (+0000) Subject: Update GUI documentation for bugs : X-Git-Tag: V4_1_0rc2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e78ae8cb5f494ab9982ac198821ede02aab47ef8;p=modules%2Fsmesh.git Update GUI documentation for bugs : 16841, 16202, 16203, 16842, 17694 --- diff --git a/doc/salome/gui/SMESH/images/dialog.png b/doc/salome/gui/SMESH/images/dialog.png index 38ece87dc..12c7fa273 100755 Binary files a/doc/salome/gui/SMESH/images/dialog.png and b/doc/salome/gui/SMESH/images/dialog.png differ diff --git a/doc/salome/gui/SMESH/images/extrusion1.png b/doc/salome/gui/SMESH/images/extrusion1.png index b7b155931..b48278242 100644 Binary files a/doc/salome/gui/SMESH/images/extrusion1.png and b/doc/salome/gui/SMESH/images/extrusion1.png differ diff --git a/doc/salome/gui/SMESH/images/extrusion2.png b/doc/salome/gui/SMESH/images/extrusion2.png new file mode 100755 index 000000000..d1d6d0823 Binary files /dev/null and b/doc/salome/gui/SMESH/images/extrusion2.png differ diff --git a/doc/salome/gui/SMESH/images/extrusionalongaline1.png b/doc/salome/gui/SMESH/images/extrusionalongaline1.png index 86b2cba30..300d24228 100755 Binary files a/doc/salome/gui/SMESH/images/extrusionalongaline1.png and b/doc/salome/gui/SMESH/images/extrusionalongaline1.png differ diff --git a/doc/salome/gui/SMESH/images/extrusionalongaline2.png b/doc/salome/gui/SMESH/images/extrusionalongaline2.png index b039cfce5..23ca6060f 100755 Binary files a/doc/salome/gui/SMESH/images/extrusionalongaline2.png and b/doc/salome/gui/SMESH/images/extrusionalongaline2.png differ diff --git a/doc/salome/gui/SMESH/images/revolution1.png b/doc/salome/gui/SMESH/images/revolution1.png index d459cf463..0334e3b7e 100755 Binary files a/doc/salome/gui/SMESH/images/revolution1.png and b/doc/salome/gui/SMESH/images/revolution1.png differ diff --git a/doc/salome/gui/SMESH/images/revolution2.png b/doc/salome/gui/SMESH/images/revolution2.png index a3c005202..5612f9106 100755 Binary files a/doc/salome/gui/SMESH/images/revolution2.png and b/doc/salome/gui/SMESH/images/revolution2.png differ diff --git a/doc/salome/gui/SMESH/images/rotation.png b/doc/salome/gui/SMESH/images/rotation.png index 372b9b307..b740241b2 100755 Binary files a/doc/salome/gui/SMESH/images/rotation.png and b/doc/salome/gui/SMESH/images/rotation.png differ diff --git a/doc/salome/gui/SMESH/images/symmetry1.png b/doc/salome/gui/SMESH/images/symmetry1.png index 0fe145964..44efc2a66 100755 Binary files a/doc/salome/gui/SMESH/images/symmetry1.png and b/doc/salome/gui/SMESH/images/symmetry1.png differ diff --git a/doc/salome/gui/SMESH/images/symmetry2.png b/doc/salome/gui/SMESH/images/symmetry2.png index 99c456463..34021eff8 100755 Binary files a/doc/salome/gui/SMESH/images/symmetry2.png and b/doc/salome/gui/SMESH/images/symmetry2.png differ diff --git a/doc/salome/gui/SMESH/images/symmetry3.png b/doc/salome/gui/SMESH/images/symmetry3.png index 0ded9ce79..4333bfd66 100755 Binary files a/doc/salome/gui/SMESH/images/symmetry3.png and b/doc/salome/gui/SMESH/images/symmetry3.png differ diff --git a/doc/salome/gui/SMESH/images/translation1.png b/doc/salome/gui/SMESH/images/translation1.png index 745506149..6f16536b9 100755 Binary files a/doc/salome/gui/SMESH/images/translation1.png and b/doc/salome/gui/SMESH/images/translation1.png differ diff --git a/doc/salome/gui/SMESH/images/translation2.png b/doc/salome/gui/SMESH/images/translation2.png index f321be118..80caf4b6a 100755 Binary files a/doc/salome/gui/SMESH/images/translation2.png and b/doc/salome/gui/SMESH/images/translation2.png differ diff --git a/doc/salome/gui/SMESH/input/constructing_meshes.doc b/doc/salome/gui/SMESH/input/constructing_meshes.doc index c86ab6ce0..995ee4377 100644 --- a/doc/salome/gui/SMESH/input/constructing_meshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_meshes.doc @@ -97,6 +97,13 @@ visualizing the mesh elements that cause it. Publish Subshape button allows importing it in a separate MED or UNV file. +NOTE It is possible to define a 1D or a 2D mesh in a +python script and then use such submeshes in the construction of a 3D +mesh. For this, there exist two algorithms: Use existing edges and Use +existing faces. They are not entirely usable from the GUI, so a +mesh created using these algorithms should be exported into a python +script, edited and then imported into the GUi. + Consider trying a sample script for construction of a mesh from our \ref tui_creating_meshes_page "TUI Scripts" section. diff --git a/doc/salome/gui/SMESH/input/extrusion.doc b/doc/salome/gui/SMESH/input/extrusion.doc index 956c9298f..674a9d9b4 100644 --- a/doc/salome/gui/SMESH/input/extrusion.doc +++ b/doc/salome/gui/SMESH/input/extrusion.doc @@ -32,6 +32,8 @@ submesh,
  • specify the vector along which the elements will be extruded,
  • number of steps.
  • +
  • Generate Groups checkbox allows copying the groups of +elements of the source mesh to the newly created one.
  • Click the \b Apply or \b OK button.
  • diff --git a/doc/salome/gui/SMESH/input/extrusion_along_path.doc b/doc/salome/gui/SMESH/input/extrusion_along_path.doc index 721c027f7..ce96f99d9 100644 --- a/doc/salome/gui/SMESH/input/extrusion_along_path.doc +++ b/doc/salome/gui/SMESH/input/extrusion_along_path.doc @@ -91,6 +91,8 @@ path item or click "Extrusion along a path" button in the toolbar. The following dialog box will appear: \image html extrusion1.png + +\image html extrusion2.png
  • In the dialog box you should: @@ -108,6 +110,8 @@ or group,
  • Start node - the first or the last node on the edge. It is used to define the direction of extrusion
  • +
  • Generate Groups checkbox allows copying the groups of +elements of the source mesh to the newly created one.
  • diff --git a/doc/salome/gui/SMESH/input/mesh_infos.doc b/doc/salome/gui/SMESH/input/mesh_infos.doc index 9cf08565c..259828995 100644 --- a/doc/salome/gui/SMESH/input/mesh_infos.doc +++ b/doc/salome/gui/SMESH/input/mesh_infos.doc @@ -2,12 +2,8 @@ \page mesh_infos_page Mesh infos -\n There are two types of information boxes: Standard Mesh -Infos and Advanced Mesh Infos. - +\n There are three information boxes: Standard Mesh +Infos, Advanced Mesh Infos and Mesh Element Info.
    \anchor standard_mesh_infos_anchor @@ -33,7 +29,7 @@ The following information will be displayed: \anchor advanced_mesh_infos_anchor

    Advanced Mesh Infos

    -The Advanced Mesh Infos gives more information about the mesh, +The Advanced Mesh Infos box gives more information about the mesh, including the total number of faces and volumes and their geometrical types. \n To view the Advanced Mesh Infos, select your mesh or submesh @@ -53,4 +49,15 @@ the information is displayed in Python Console. \image html b-mesh_infos.png +
    +\anchor mesh_element_info_anchor +

    Mesh Element Info

    + +The Mesh Element Info box gives basic information about the +type and the coordinates of the selected mesh element. + +\image html eleminfo1.png + +\image html eleminfo2.png + */ \ No newline at end of file diff --git a/doc/salome/gui/SMESH/input/projection_algos.doc b/doc/salome/gui/SMESH/input/projection_algos.doc index 5eb1e79b5..02a617e83 100644 --- a/doc/salome/gui/SMESH/input/projection_algos.doc +++ b/doc/salome/gui/SMESH/input/projection_algos.doc @@ -6,7 +6,8 @@ object by the projection of another already meshed geometrical object. Projection 1D algorithm permits to define the mesh of an edge -by the projection of another already meshed edge. +(or group of edges) +by the projection of another already meshed edge (or group of edges). \n To apply this algorithm select the edge to be meshed (indicated in the field \b Geometry of Create mesh dialog box), Projection1D in the list of 1D algorithms and click the @@ -20,15 +21,21 @@ meshed source \b Edge and the \b Mesh (optional, use it if there are several different meshes on the same edge). It could also be necessary to define the orientation of edges, which is done by indicating the Source Vertex being the first point of the Source Edge and the -Target Vertex being the first point of the created \b Edge. +Target Vertex being the first point of the created \b Edge. For +a group of edges, Source and Target vertices should be +shared by only one edge of the group. If Source and +Target vectors are specified, the elements of the group must be ajacent. -\n Projection 2D algorithm permits to define the mesh of a face by the -projection of another already meshed face. This algorithm works only +\n Projection 2D algorithm permits to define the mesh of a face +(or group of faces) by the +projection of another already meshed face (or group of faces). This +algorithm works only if all edges of the target face have been meshed as 1D Projections of the edges of the source face. To apply this algorithm select the face to be meshed (indicated in the -field \b Geometry of Create mesh dialog box), Projection 2D in the list +field \b Geometry of Create mesh dialog box), Projection +2D in the list of 2D algorithms and click the "Add Hypothesis" button. The following dialog box will appear: diff --git a/doc/salome/gui/SMESH/input/revolution.doc b/doc/salome/gui/SMESH/input/revolution.doc index 06be6c175..60ee2ab8e 100644 --- a/doc/salome/gui/SMESH/input/revolution.doc +++ b/doc/salome/gui/SMESH/input/revolution.doc @@ -36,6 +36,8 @@ be revolved,
  • number of steps,
  • tolerance of rotation
  • +
  • Generate Groups checkbox allows copying the groups of +elements of the source mesh to the newly created one.
  • Click the \b Apply or \b OK button.
  • diff --git a/doc/salome/gui/SMESH/input/rotation.doc b/doc/salome/gui/SMESH/input/rotation.doc index 7a6cf88fb..e56733cfa 100644 --- a/doc/salome/gui/SMESH/input/rotation.doc +++ b/doc/salome/gui/SMESH/input/rotation.doc @@ -18,8 +18,12 @@ rotated and the rotation parameters:
  • \b Axis: point and vector
  • \b Angle of rotation
  • +Create a Copy checkbox allows creating a new mesh, the source +mesh (or group of elements remains at its initial location). +Generate Groups checkbox allows copying the groups of elements +of the source mesh to the newly created one. \par -Create a copy radio button allows to copy the rotated object. + \image html rotation1.png diff --git a/doc/salome/gui/SMESH/input/symmetry.doc b/doc/salome/gui/SMESH/input/symmetry.doc index 1eb3d16d2..10f81552f 100644 --- a/doc/salome/gui/SMESH/input/symmetry.doc +++ b/doc/salome/gui/SMESH/input/symmetry.doc @@ -25,9 +25,11 @@ or some of its elements specifying:
  • one axis (point and vector)
  • one plane (point and normal)
  • +Create a Copy checkbox allows creating a new mesh, the source +mesh (or group of elements remains at its initial location). +Generate Groups checkbox allows copying the groups of elements +of the source mesh to the newly created one. \par -Create a copy radio button allows to keep the initial elements or -mesh.
    See Also a sample TUI Script of a \ref tui_symmetry "Symmetry" operation. diff --git a/doc/salome/gui/SMESH/input/translation.doc b/doc/salome/gui/SMESH/input/translation.doc index 2708088c5..7528ca2e7 100644 --- a/doc/salome/gui/SMESH/input/translation.doc +++ b/doc/salome/gui/SMESH/input/translation.doc @@ -24,7 +24,10 @@ or some of its elements specifying: Toggle the corresponding checkbox to Select whole mesh, submesh or group. -Create a copy button allows to copy the translated object. +Create a Copy checkbox allows creating a new mesh, the source +mesh (or group of elements remains at its initial location). +Generate Groups checkbox allows copying the groups of elements +of the source mesh to the newly created one.
    See Also a sample TUI Script of a \ref tui_translation "Translation" operation. diff --git a/doc/salome/gui/SMESH/input/viewing_meshes_overview.doc b/doc/salome/gui/SMESH/input/viewing_meshes_overview.doc index 2a39eeb98..5cddd5db3 100644 --- a/doc/salome/gui/SMESH/input/viewing_meshes_overview.doc +++ b/doc/salome/gui/SMESH/input/viewing_meshes_overview.doc @@ -24,6 +24,8 @@ Object Browser, applying all recent changes. more detailed information about the mesh.
  • \ref standard_mesh_infos_anchor "Standard Mesh Infos" - provides basic information about the mesh.
  • +
  • \ref mesh_element_info_anchor "Mesh Element Info" - provides basic +information about the selected element of the mesh.
  • \ref numbering_page "Numbering" - allows to display the ID numbers of all meshing elements or nodes composing your mesh in the viewer.
  • @@ -36,10 +38,10 @@ meshes.
  • \ref transparency_page "Transparency" - allows to change the transparency of mesh elements.
  • \ref clipping_page "Clipping" - allows to create cross-sections of the selected objects.
  • -
  • \ref about_quality_controls_page "Quality Controls" - graphically +
  • \ref about_quality_controls_page "Controls" - graphically presents various information about meshes.
  • Hide - allows to hide the selected mesh from the viewer.
  • -
  • Display Only -allows to display only the selected mesh, hiding all other from the viewer.
  • +
  • Show Only -allows to display only the selected mesh, hiding all other from the viewer.
  • Dump view - exports an object from the viewer in bmp, png, jpg or jpeg image format.
  • Change background - allows to redefine the background color. By default it is black.