X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fusing_operations_on_groups.doc;h=916061733dffc81dc5e9abc293b8301c1a4e72c2;hb=d9b70538644d78d4defa84cb64d7b28aa526e000;hp=c6d4d75a734ce8972e1bdf3be311062174561cbe;hpb=79b1ac2b6df9117f16f11d444b1f165d477a1813;p=modules%2Fsmesh.git 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 c6d4d75a7..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: @@ -41,21 +41,21 @@ For example, we have two groups Group1 and Group2. \image html image135.gif
    Group12
  2. -
  3. Click the \b Ok or \b Apply button to confirm creation of the group.
  4. +
  5. Click the \b Apply or Apply and Close button to confirm creation of the group.
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: @@ -77,21 +77,21 @@ For example, we have two groups Group1 and Group2. \image html image136.gif
    Group12a
  2. -
  3. Click the \b Ok or \b Apply button to confirm creation of the group.
  4. +
  5. Click the \b Apply or Apply and Close button to confirm creation of the group.
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: @@ -113,11 +113,11 @@ For example, we have two groups Group1 and Group2. \image html image137.gif
    Group12b
  2. -
  3. Click the \b Ok or \b Apply button to confirm creation of the +
  4. Click the \b Apply or Apply and Close button to confirm creation of the 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