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