Salome HOME
Documenting the nodal connectivity
[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 <br>
29 \anchor convert_to_standalone
30 <em>To convert an existing group on geometry or a group on filer into
31 a standalone group and modify its contents:</em>
32 <ol>
33 <li>Select your group on geometry or on filter in the
34 Object Browser and in the \b Mesh menu click the <b>Edit Group as
35 Standalone</b> item.</li>
36
37 \image html image74.gif
38 <center><em>"Edit Group as Standalone" button</em></center>
39
40 The selected group will be converted into a standalone group and
41 its contents can be modified.
42
43 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
44 group.</li>
45 </ol>
46
47 \sa A sample TUI Script of an \ref tui_edit_group "Edit Group" operation.  
48
49 */