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
23 lines
833 B
Plaintext
23 lines
833 B
Plaintext
/*!
|
|
|
|
\page deleting_groups_page Deleting groups with content
|
|
|
|
To delete groups and their content, in the menu select
|
|
<b>Modification -> Remove -> Delete groups with Contents</b>
|
|
and select one or several groups you wish to delete in the 3D viewer
|
|
or in the Object Browser.
|
|
|
|
The selected groups will be listed in <b>Delete groups with contents</b> menu.
|
|
Then click <b>Apply and Close</b> button to remove the selected groups
|
|
and close the menu or \b Apply button to remove them and proceed with
|
|
the selection.
|
|
|
|
\image html deletegroups.png
|
|
|
|
\n Please, note that this operation removes groups <b>with their
|
|
elements</b>. To delete a group and leave its elements intact, right-click
|
|
on the group in the Object Browser and select \b Delete in the pop-up
|
|
menu or select the group and choose <b>Edit -> Delete</b> in the main menu.
|
|
|
|
*/
|