Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[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 of your group and add or
18 remove the elements forming it. For more information see 
19 \ref creating_groups_page "Creating Groups" page.
20
21 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
22 group.</li>
23 </ol>
24
25 <em>To convert an existing group on geometry into standalone group
26 of elements and modify:</em>
27 <ol>
28 <li>Select your group on geometry in the Object Browser and in the \b Mesh menu click
29 the <b>Edit Group as Standalone</b> item.</li>
30
31 \image html image74.gif
32 <center><em>"Edit Group as Standalone" button</em></center>
33
34 The group on geometry will be converted into standalone group and can
35 be modified as group of elements.
36
37 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
38 group.</li>
39 </ol>
40
41 \sa A sample TUI Script of an \ref tui_edit_group "Edit Group" operation.  
42
43 */