Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / input / create_groups_from_geometry.rst
diff --git a/doc/gui/input/create_groups_from_geometry.rst b/doc/gui/input/create_groups_from_geometry.rst
new file mode 100644 (file)
index 0000000..70f3a58
--- /dev/null
@@ -0,0 +1,20 @@
+.. _create_groups_from_geometry_page:
+
+***************************
+Create Groups from Geometry
+***************************
+
+This operation allows creating groups on geometry on all selected shapes. Only the main shape of the mesh and its sub-shapes can be selected.
+
+The type of each new group is defined automatically by the nature of the **Geometry**.
+The group names will be the same as the names of geometrical objects.
+
+To use this operation, select in the **Mesh** menu or in the contextual menu in the Object browser **Create Groups from Geometry** item.
+
+.. image:: ../images/create_groups_from_geometry.png
+       :align: center
+
+In this dialog **Elements** group contains a list of shapes, on which  groups of elements will be created; **Nodes** group contains a list of shapes, on which groups of nodes will be created.
+
+
+**See Also** a sample TUI Script of a  :ref:`tui_create_group_on_geometry` operation.