mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
bbca2cb797
+ Optimize SMDS_VolumeTool::IsFreeFace() + Add icons for Evaluate and Change Sub-mesh order + Make "Meduim nodes on geometry" ON by default + Disable "Group on geometry" if mesh is not on geometry + SMESHGUI_MeshOp: fix switch from Sub-mesh creation to Sub-mesh edition
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
/*!
|
|
|
|
\page editing_groups_page Editing groups
|
|
|
|
<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>
|
|
|
|
The following dialog box will appear (if the selected group
|
|
is <em>standalone</em>, else this dialog looks different):
|
|
|
|
\image html editgroup.png
|
|
|
|
In this dialog box you can modify the name and the color of your group
|
|
despite of its type. You can add or remove the elements composing a
|
|
<em>standalone group</em>. You can change criteria of the filter of
|
|
a <em>group on filter</em>. For more information see
|
|
\ref creating_groups_page "Creating Groups" page.
|
|
|
|
<li>Click the \b Apply or <b>Apply and Close</b> button to confirm
|
|
modification of the group.</li>
|
|
</ol>
|
|
|
|
<br>
|
|
\anchor convert_to_standalone
|
|
<em>To convert an existing group on geometry or a group on filer into
|
|
a standalone group and modify its contents:</em>
|
|
<ol>
|
|
<li>Select your group on geometry or on filter in the
|
|
Object Browser and in the \b Mesh menu click the <b>Edit Group as
|
|
Standalone</b> item.</li>
|
|
|
|
\image html image74.gif
|
|
<center><em>"Edit Group as Standalone" button</em></center>
|
|
|
|
The selected group will be converted into a standalone group and
|
|
its contents can be modified.
|
|
|
|
<li>Click the \b Apply or <b>Apply and Close</b> button to confirm modification of the
|
|
group.</li>
|
|
</ol>
|
|
|
|
\sa A sample TUI Script of an \ref tui_edit_group "Edit Group" operation.
|
|
|
|
*/
|