Salome HOME
Merge remote-tracking branch 'origin/master'
[modules/smesh.git] / doc / salome / gui / SMESH / input / editing_groups.doc
1 /*!
2
3 \page editing_groups_page Editing groups
4
5 <em>To edit an existing group of elements:</em>
6 <ol>
7 <li>Select your group in the Object Browser and in the \b Mesh menu click
8 the <b>Edit Group</b> item or <em>"Edit Group"</em> button in the toolbar.</li>
9
10 \image html image74.gif
11 <center><em>"Edit Group" button</em></center>
12
13 The following dialog box will appear (if the selected group
14 is <em>standalone</em>, else this dialog looks different):
15
16 \image html editgroup.png
17
18 In this dialog box you can modify the name and the color of your group
19 despite of its type. You can add or remove the elements composing a
20 <em>standalone group</em>. You can change criteria of the filter of
21 a <em>group on filter</em>. For more information see
22 \ref creating_groups_page "Creating Groups" page.
23
24 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm
25 modification of the group.</li>
26 </ol>
27
28 \anchor convert_to_standalone
29 <em>To convert an existing group on geometry or a group on filer into
30 a standalone group of elements and modify:</em>
31 <ol>
32 <li>Select your group on geometry (or on filter) in the
33 Object Browser and in the \b Mesh menu click the <b>Edit Group as
34 Standalone</b> item.</li>
35
36 \image html image74.gif
37 <center><em>"Edit Group as Standalone" button</em></center>
38
39 The selected group will be converted into a standalone group and
40 its contents can be modified.
41
42 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
43 group.</li>
44 </ol>
45
46 \sa A sample TUI Script of an \ref tui_edit_group "Edit Group" operation.  
47
48 */