Update SMESH documentation

This commit is contained in:
maintenance team 2009-03-17 07:43:53 +00:00
parent cb0cec3f05
commit d77ce4938d

View File

@ -2,18 +2,19 @@
\page grouping_elements_page Grouping elements \page grouping_elements_page Grouping elements
In Mesh module it is possible to \subpage creating_groups_page "create groups of mesh elements": In Mesh module it is possible to create groups of mesh elements:
nodes, edges, faces or volumes: nodes, edges, faces or volumes:
<ul> <ul>
<li> by selecting the elements of the specified kind by their IDs or <li> by selecting the elements of the specified kind by their IDs or
directly on the presentation in the VTK viewer - <b>Standalone group</b> tab of <b>Create group</b> directly on the presentation in the VTK viewer - <b>Standalone
group</b> tab of \subpage creating_groups_page "Create group"
dialog.</li> dialog.</li>
<li> by creating a group of elements of the selected type from all <li> by creating a group of elements of the selected type from all
such elements of the chosen geometrical object - <b>Group on such elements of the chosen geometrical object - <b>Group on
geometry</b> tab of <b>Create group</b> dialog.</li> geometry</b> tab of \ref creating_groups_page "Create group" dialog.</li>
<li> by creating a group including all types of elements from an <li> by creating a group including all types of elements from an
existing geometrical object - using subpage create_groups_from_geometry_page "Create Groups from Geometry" dialog.</li> existing geometrical object - using \subpage create_groups_from_geometry_page "Create Groups from Geometry" dialog.</li>
<li> by creating several groups of elements (nodes, <li> by creating several groups of elements (nodes,
edges, faces and volumes) from the chosen submesh - using <b>Mesh -> Construct edges, faces and volumes) from the chosen submesh - using <b>Mesh -> Construct
@ -21,7 +22,7 @@ Group</b> Menu item. In this case groups of elements are created
automatically.</li> automatically.</li>
<li> by creating groups of entities from existing groups of superior <li> by creating groups of entities from existing groups of superior
dimensions - using subpage group_of_underlying_elements_page "Create Group of Underlying Elements" dimensions - using \subpage group_of_underlying_elements_page "Create Group of Underlying Elements"
dialog.</li> dialog.</li>
</ul> </ul>