Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/smesh.git] / doc / salome / gui / SMESH / input / editing_groups.doc
1 /*!
2
3 \page editing_groups_page Editing groups
4
5 \n <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 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
21 group.</li>
22 </ol>
23
24 \n <em>To convert an existing group on geometry into standalone group
25 of elements and modify:</em>
26 <ol>
27 <li>Select your group on geometry in the Object Browser and in the \b Mesh menu click
28 the <b>Edit Group as Standalone</b> item.</li>
29
30 \image html image74.gif
31 <center><em>"Edit Group as Standalone" button</em></center>
32
33 The group on geometry will be converted into standalone group and can
34 be modified as group of elements
35 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
36 group.</li>
37
38 <br><b>See Also</b> a sample TUI Script of an 
39 \ref tui_edit_group "Edit Group" operation.  
40
41 */