From 82e3efc6ff576bd912d8ffaaebeb8cd2ef4d9473 Mon Sep 17 00:00:00 2001 From: sln Date: Fri, 28 Nov 2008 08:59:13 +0000 Subject: [PATCH] 0019939: EDF 762 SMESH : Definition of groups from other existing groups. Description of "Create group of underlying entities" dialog box added Description of creating groups using existing groups and sub-meshes --- .../gui/SMESH/input/creating_groups.doc | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/doc/salome/gui/SMESH/input/creating_groups.doc b/doc/salome/gui/SMESH/input/creating_groups.doc index b153970c6..0e89b980d 100644 --- a/doc/salome/gui/SMESH/input/creating_groups.doc +++ b/doc/salome/gui/SMESH/input/creating_groups.doc @@ -92,4 +92,58 @@ selected in green. \ref tui_create_group_on_geometry "Create a Group on Geometry" operation. +

Creation of groups using existing groups and sub-meshes.

+ +Application provides possibility to create new standalone groups using existing standalone groups, groups on geometry and sub-meshes. This functionality is implemented using "Select from" group box of "Create group" dialog box described above. + +This functionality is described on the example of creating new group from existing standalone groups and groups on geometry. + +Imagine there are group G1. It can be standalone group or group on geometry. + +To create group G2 containing all entities of group G1 and a faces graphically selected in 3D view following steps can be performed: + + +Please note that group G2 does not have a references to source group G1. It contains list of faces identifiers only. So if G1 group will be changed group G2 will remain unmodified. + +
+\anchor gui_create_dim_group +

Creating groups of entities from existing groups of superior dimensions

+ +Application provides possibility for creating groups of entities from existing groups of superior dimensions. For example, it is possible to create group of nodes using list of existing groups of faces. + +To create groups of entities from existing groups of superior dimensions, in the \b Mesh menu select Group of underlying entities.
+ +The following dialog box will appear: + +\image html dimgroup_dlg.png + +In this dialog box you should specify the name of the resulting group, types of entities and set of source groups. + +For example, we have two source Volume groups illustrated on the figure below + +\image html dimgroup_src.png +
Source groups
+ +In this case we obtain following results for Faces, Edges and Nodes. + +\image html dimgroup_2d.png +
Faces
+ +\image html dimgroup_1d.png +
Edges
+ +\image html dimgroup_0d.png +
Nodes
+ +See Also a sample TUI Script of a +\ref tui_create_dim_group "Creating groups of entities from existing groups of superior dimensions" +operation. */ \ No newline at end of file -- 2.30.2