smesh/doc/salome/gui/SMESH/input/editing_groups.doc

49 lines
1.5 KiB
Plaintext
Raw Normal View History

/*!
\page editing_groups_page Editing groups
2012-08-09 16:03:55 +06:00
<em>To edit an existing group of elements:</em>
<ol>
<li>Select your group in the Object Browser and in the \b Mesh menu click
the <b>Edit Group</b> item or <em>"Edit Group"</em> button in the toolbar.</li>
\image html image74.gif
<center><em>"Edit Group" button</em></center>
2014-05-06 21:42:32 +06:00
The following dialog box will appear (if the selected group
is <em>standalone</em>, else this dialog looks different):
\image html editgroup.png
2012-08-09 16:03:55 +06:00
In this dialog box you can modify the name and the color of your group
2014-05-06 21:42:32 +06:00
despite of its type. You can add or remove the elements composing a
2012-08-09 16:03:55 +06:00
<em>standalone group</em>. You can change criteria of the filter of
2014-05-06 21:42:32 +06:00
a <em>group on filter</em>. For more information see
\ref creating_groups_page "Creating Groups" page.
2012-08-09 16:03:55 +06:00
<li>Click the \b Apply or <b>Apply and Close</b> button to confirm
modification of the group.</li>
</ol>
2012-08-09 16:03:55 +06:00
\anchor convert_to_standalone
<em>To convert an existing group on geometry or a group on filer into
a standalone group of elements and modify:</em>
2009-02-17 10:27:49 +05:00
<ol>
2014-05-06 21:42:32 +06:00
<li>Select your group on geometry (or on filter) in the
2012-08-09 16:03:55 +06:00
Object Browser and in the \b Mesh menu click the <b>Edit Group as
2014-05-06 21:42:32 +06:00
Standalone</b> item.</li>
2009-02-17 10:27:49 +05:00
\image html image74.gif
<center><em>"Edit Group as Standalone" button</em></center>
2014-05-06 21:42:32 +06:00
The selected group will be converted into a standalone group and
2012-08-09 16:03:55 +06:00
its contents can be modified.
2009-02-17 10:27:49 +05:00
<li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
group.</li>
2012-08-09 16:03:55 +06:00
</ol>
2009-02-17 10:27:49 +05:00
2012-08-09 16:03:55 +06:00
\sa A sample TUI Script of an \ref tui_edit_group "Edit Group" operation.
2009-02-17 10:27:49 +05:00
*/