From: sln Date: Fri, 28 Nov 2008 09:18:53 +0000 (+0000) Subject: 0019939: EDF 762 SMESH : Definition of groups from other existing groups. X-Git-Tag: Phase8_Part1_16122008~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4e50b2a224853e74867bd5a0709abe1baf76ee11;p=modules%2Fsmesh.git 0019939: EDF 762 SMESH : Definition of groups from other existing groups. Description is updated in accordance with implemented extension of boolean operations --- diff --git a/doc/salome/gui/SMESH/input/using_operations_on_groups.doc b/doc/salome/gui/SMESH/input/using_operations_on_groups.doc index 12267df2b..916061733 100644 --- a/doc/salome/gui/SMESH/input/using_operations_on_groups.doc +++ b/doc/salome/gui/SMESH/input/using_operations_on_groups.doc @@ -13,13 +13,13 @@ belong to one and the same mesh.
\anchor union_anchor -

Union of two groups

+

Union of groups

This operation allows to create a new group in such a way that all mesh elements that are present in the initial groups will be added to the new one. -To union two groups: +To union groups:
  1. In the \b Mesh menu select the Union Groups item. The following dialog box will appear: @@ -27,7 +27,7 @@ dialog box will appear: \image html uniongroups.png In this dialog box you should specify the name of the resulting group -and two groups which will be united. +and set of groups which will be united. For example, we have two groups Group1 and Group2. \n The result of their \b Union will be Group12: @@ -45,17 +45,17 @@ For example, we have two groups Group1 and Group2.
See Also a sample TUI Script of a -\ref tui_union_of_two_groups "Union of two Groups" operation. +\ref tui_union_of_groups "Union of Groups" operation.
\anchor intersection_anchor -

Intersection of two groups

+

Intersection of groups

This operation allows to create a new group in such a way that all -mesh elements that are present in both initial groups are added to the +mesh elements that are present in all initial groups together are added to the new one. -To intersect two groups: +To intersect groups:
  1. In the \b Mesh menu select the Intersect Groups item. The following dialog box will appear: @@ -63,7 +63,7 @@ following dialog box will appear: \image html intersectgroups.png In this dialog box you should specify the name of the resulting group -and two groups which will be intersected. +and set of groups which will be intersected. For example, we have two groups Group1 and Group2. \n The result of their \b Intersection will be Group12a: @@ -81,17 +81,17 @@ For example, we have two groups Group1 and Group2.
See Also a sample TUI Script of an -\ref tui_intersection_of_two_groups "Intersection of two Groups" operation. +\ref tui_intersection_of_groups "Intersection of Groups" operation.
\anchor cut_anchor -

Cut of two groups

+

Cut of groups

This operation allows to create a new group in such a way that all -mesh elements that are present in the main group but are absent in the -tool group are added to the new one. +mesh elements that are present in the main groups but are absent in the +tool groups are added to the new one. -To cut two groups: +To cut groups:
  1. In the \b Mesh menu select the Cut Groups item. The following dialog box will appear: @@ -99,7 +99,7 @@ following dialog box will appear: \image html cutgroups.png In this dialog box you should specify the name of the resulting group -and two groups which will be cut. +and groups which will be cut. For example, we have two groups Group1 and Group2. \n The result of their \b Cut will be Group12b: @@ -118,6 +118,6 @@ group.
See Also a sample TUI Script of a -\ref tui_cut_of_two_groups "Cut of two Groups" operation. +\ref tui_cut_of_groups "Cut of Groups" operation. */ \ No newline at end of file