X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionPlugin%2Fdoc%2FgroupFeature.rst;h=becce7777eaedbae8bdbf0fd7653dd45ea0eebaa;hb=79470833af46e5a11abc700ebd07a26ec3e2d5a0;hp=436653e025dff401143fe450f7142eabed7385f0;hpb=858b88250eb0c8edcab15354c87626de08ece957;p=modules%2Fshaper.git diff --git a/src/CollectionPlugin/doc/groupFeature.rst b/src/CollectionPlugin/doc/groupFeature.rst index 436653e02..becce7777 100644 --- a/src/CollectionPlugin/doc/groupFeature.rst +++ b/src/CollectionPlugin/doc/groupFeature.rst @@ -1,7 +1,4 @@ -.. |shape_group.icon| image:: images/shape_group.png -.. |plus.icon| image:: images/add.png -.. |minus.icon| image:: images/reverce.png -.. |delete.icon| image:: images/delete.png +.. |shape_group.icon| image:: images/shape_group.png .. _groupPage: @@ -16,32 +13,28 @@ To create a Group in the active part: The following property panel appears. -.. image:: images/group_property_panel.png +.. figure:: images/group_property_panel.png :align: center -.. centered:: Create a group +.. |group_vertices| image:: images/group_property_panel_vertice.png +.. |group_edges| image:: images/group_property_panel_edge.png +.. |group_faces| image:: images/group_property_panel_face.png +.. |group_solids| image:: images/group_property_panel_solid.png + Input fields: - **Name** defines the name of the group, by default, it is **Group_n**. - **Type** buttons select geometrical entities to be included in group: - .. image:: images/group_property_panel_vertice.png - :align: left - Vertices; - - .. image:: images/group_property_panel_edge.png - :align: left - Edges; + |group_vertices| Vertices; + + |group_edges| Edges; - .. image:: images/group_property_panel_face.png - :align: left - Faces; + |group_faces| Faces; - .. image:: images/group_property_panel_solid.png - :align: left - Solids; + |group_solids| Solids; - The list of selected entities of the given type. Multiple selection can be done manually in OCC 3D Viewer by mouse click with Shift button pressed or by rectangle selection. To delete entities from the list, select them and call pop-up menu *Delete* item. @@ -65,10 +58,9 @@ Result Created Group appears in the view. -.. image:: images/group_res.png - :align: center +.. figure:: images/group_res.png + :align: center -.. centered:: Created group **See Also** a sample TUI Script of :ref:`tui_create_group` operation.