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

47 lines
2.0 KiB
Plaintext
Raw Normal View History

/*!
\page grouping_elements_page Grouping elements
2012-08-09 16:03:55 +06:00
In Mesh module it is possible to create groups of mesh elements:
2014-05-06 21:42:32 +06:00
nodes, edges, faces, volumes, 0D elements or balls. One group contains
elements of only one type. The following ways of creation are
possible:
2012-08-09 16:03:55 +06:00
- by selecting the elements using filters and/or directly on the
presentation in the VTK viewer, and/or by using elements of other
mesh objects - \ref standalone_group "Standalone group"
tab of \ref creating_groups_page "Create group" dialog.
- by creating a group of elements generated on the chosen geometrical
object - \ref group_on_geom "Group on geometry" tab of
\subpage creating_groups_page "Create group" dialog and
\subpage create_groups_from_geometry_page "Create Groups from Geometry"
dialog.
- by creating a group of elements satisfying to certain criteria -
\ref group_on_filter "Group on filter" tab of
\subpage creating_groups_page "Create group" dialog.
- by creating groups of nodes and elements from the chosen submesh
(type of elements depends on dimension of submesh geometry) -
using <b>Mesh -> Construct Group</b> menu item (available in context
menu as well).
- by creating groups of entities from existing groups of superior
dimensions - using \subpage group_of_underlying_elements_page
"Create Group of Underlying Elements" dialog.
2009-02-17 10:27:49 +05:00
The created groups can be later:
2012-08-09 16:03:55 +06:00
- \subpage editing_groups_page "Edited"
- \subpage using_operations_on_groups_page "Subjected to Boolean operations"
- \subpage deleting_groups_page "Deleted"
2009-02-17 10:27:49 +05:00
2014-05-06 21:42:32 +06:00
In the Object Browser, if groups or sub-meshes container item has more
than one child sub-object, it is possible to sort the children in
ascending order. For this, select the parent object in the Object
Browser and choose <b>Sort children</b> context menu item.
2014-05-05 11:25:50 +06:00
\image html smesh_sort.png "Sorting of sub-objects"
2009-02-17 10:27:49 +05:00
An important tool, providing filters for creation of \b Standalone
2014-05-06 21:42:32 +06:00
groups and groups <b>On Filter</b> is \ref selection_filter_library_page.
2009-02-17 10:27:49 +05:00
*/