Salome HOME
Merge from V6_main_20120808 08Aug12
[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:
14
15 \image html editgroup.png
16
17 In this dialog box you can modify the name and the color of your group
18 despite of its type. You can add or remove the elements forming a
19 <em>standalone group</em>. You can change criteria of the filter of
20 the <em>group on filter</em>. For more information see
21 \ref creating_groups_page "Creating Groups" page.
22
23 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm
24 modification of the group.</li>
25 </ol>
26
27 \anchor convert_to_standalone
28 <em>To convert an existing group on geometry or a group on filer into
29 a standalone group of elements and modify:</em>
30 <ol>
31 <li>Select your group on geometry (or your group on filter) in the
32 Object Browser and in the \b Mesh menu click the <b>Edit Group as
33 Standalone</b> item.</li> 
34
35 \image html image74.gif
36 <center><em>"Edit Group as Standalone" button</em></center>
37
38 The selected group will be converted into a standalone group and 
39 its contents can be modified.
40
41 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
42 group.</li>
43 </ol>
44
45 \sa A sample TUI Script of an \ref tui_edit_group "Edit Group" operation.  
46
47 */