From 17411c4de33f3b279dd22bb3792631547b0e838f Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 31 May 2010 13:42:29 +0000 Subject: [PATCH] 0020614: EDF 1133 SMESH : Put new added elements and nodes to group Additional documentation improvement --- .../SMESH/input/adding_nodes_and_elements.doc | 22 +++++++++++++++---- .../SMESH/input/adding_quadratic_elements.doc | 22 +++++++++++++++---- .../gui/SMESH/input/creating_groups.doc | 6 ++--- doc/salome/gui/SMESH/input/editing_groups.doc | 1 + 4 files changed, 40 insertions(+), 11 deletions(-) diff --git a/doc/salome/gui/SMESH/input/adding_nodes_and_elements.doc b/doc/salome/gui/SMESH/input/adding_nodes_and_elements.doc index 99928215a..5c99e8e79 100644 --- a/doc/salome/gui/SMESH/input/adding_nodes_and_elements.doc +++ b/doc/salome/gui/SMESH/input/adding_nodes_and_elements.doc @@ -27,10 +27,24 @@ following associated submenu will appear: From this submenu select the type of element which you would like to add to your mesh. -\note All dialogs for adding nodes or elements to the mesh (except for -the dialog for 0D elements) provide a possibility to add them to the specified group -or to create it anew using Add to group box, which allows to choose -an existing group for the created node or element or to give name to a new group. +\note All dialogs for adding new node or element to the mesh (except for +the dialog for 0D elements) provide a possibility to add it +automatically to the specified group or to create it anew using +Add to group box, that allows to choose an existing group for +the created node or element or to give the name to a new group. By +default, the Add to group check box is switched off. If user +swiches this check box on, the combo box listing all currently +existing groups of the corresponding type becomes available. By +default, no any group is selected. In such a case, when user presses +Apply or Apply & Close button, the warning message box +informing the user about the necessity to input new group name is +shown. The combo box lists both \ref standalone_group "standalone groups" +and \ref group_on_geom "groups on geometry". If the user has +chosen the group on geometry, he is warned and proposed to +\ref convert_to_standalone "convert this group to the standalone". +If user refuses converting operation, an operation is cancelled and +new node/element is not created! + See Also sample TUI Scripts of diff --git a/doc/salome/gui/SMESH/input/adding_quadratic_elements.doc b/doc/salome/gui/SMESH/input/adding_quadratic_elements.doc index 2ab778eca..83736c85d 100644 --- a/doc/salome/gui/SMESH/input/adding_quadratic_elements.doc +++ b/doc/salome/gui/SMESH/input/adding_quadratic_elements.doc @@ -18,10 +18,24 @@ one of the following: \image html image152.png -\note All dialogs adding quadratic elements to mesh provide a possibility -to add them to the specified group or to create it anew using Add -to group box, which allows to choose an existing group for the created element or -to give name to a new group. +\note All dialogs for adding quadratic element to the mesh +provide a possibility to add new element +automatically to the specified group or to create it anew using +Add to group box, that allows to choose an existing group for +the created node or element or to give the name to a new group. By +default, the Add to group check box is switched off. If user +swiches this check box on, the combo box listing all currently +existing groups of the corresponding type becomes available. By +default, no any group is selected. In such a case, when user presses +Apply or Apply & Close button, the warning message box +informing the user about the necessity to input new group name is +shown. The combo box lists both \ref standalone_group "standalone groups" +and \ref group_on_geom "groups on geometry". If the user has +chosen the group on geometry, he is warned and proposed to +\ref convert_to_standalone "convert this group to the standalone". +If user refuses converting operation, an operation is cancelled and +new node/element is not created! + To create any Quadratic Element specify the nodes which will form your triangle by selecting them in the 3D viewer with pressed Shift diff --git a/doc/salome/gui/SMESH/input/creating_groups.doc b/doc/salome/gui/SMESH/input/creating_groups.doc index 4d74a3aa0..29b17f1ae 100644 --- a/doc/salome/gui/SMESH/input/creating_groups.doc +++ b/doc/salome/gui/SMESH/input/creating_groups.doc @@ -23,7 +23,7 @@ elements which will form your group: SALOME Platform distinguishes between the two Group types: Standalone Group and Group on Geometry. -

Standalone Group

+\anchor standalone_group

"Standalone Group"

Standalone Group consists of mesh elements, which you can define in two possible ways. @@ -79,7 +79,7 @@ be changed, the new one will not be modified. \ref tui_create_standalone_group "Create a Standalone Group" operation. -

Group on Geometry

+\anchor group_on_geom

"Group on Geometry"

To create a group on geometry check Group on geometry in the \b Group \b type field. Group on geometry contains the elements of a certain type @@ -98,4 +98,4 @@ selected in green. \ref tui_create_group_on_geometry "Create a Group on Geometry" operation. -*/ \ No newline at end of file +*/ diff --git a/doc/salome/gui/SMESH/input/editing_groups.doc b/doc/salome/gui/SMESH/input/editing_groups.doc index 6cbe5ceb4..d255c3f82 100644 --- a/doc/salome/gui/SMESH/input/editing_groups.doc +++ b/doc/salome/gui/SMESH/input/editing_groups.doc @@ -22,6 +22,7 @@ remove the elements forming it. For more information see group. +\anchor convert_to_standalone To convert an existing group on geometry into standalone group of elements and modify:
    -- 2.39.2