]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Update help pages for group operations (issue #2979)
authorazv <azv@opencascade.com>
Wed, 21 Aug 2019 07:50:48 +0000 (10:50 +0300)
committerazv <azv@opencascade.com>
Wed, 21 Aug 2019 07:50:48 +0000 (10:50 +0300)
src/CollectionPlugin/doc/groupAdditionFeature.rst
src/CollectionPlugin/doc/groupIntersectionFeature.rst
src/CollectionPlugin/doc/groupSubstractionFeature.rst
src/CollectionPlugin/doc/images/group_addition_property_panel.png
src/CollectionPlugin/doc/images/group_intersection_property_panel.png
src/CollectionPlugin/doc/images/group_substraction_property_panel.png

index 568ca10be25e04893f8be9286cc51505fe1a3e47..fc6c78cb6a3e8ffc0a84eceef83d16e7797926cf 100644 (file)
@@ -31,7 +31,7 @@ Note, that operation is valid only for the groups of the same type.
 
     :param part: The current part object
     :param list: A list of selected groups
-    :return: Created object.
+    :return: Created group.
 
 
 **See Also** a sample TUI Script of :ref:`tui_create_group_addition` operation.
index dadbd43907d04c99131dfd7a15f0651006d655b1..c31116dafbd201ed61feff559adbabd0b3e4e8c1 100644 (file)
@@ -31,7 +31,7 @@ Note, that operation is valid only for the groups of the same type.
 
     :param part: The current part object
     :param list: A list of selected groups
-    :return: Created object.
+    :return: Created group.
 
 
 **See Also** a sample TUI Script of :ref:`tui_create_group_intersection` operation.
index b6ac2278931207c4e31d9afcaff97a6b2334eaa6..1f269aca6c944cd842ea063c609679d35626b78a 100644 (file)
@@ -34,7 +34,7 @@ Note, that operation is valid only if all the main groups and all the tool group
     :param part: The current part object
     :param list: A list of main groups
     :param list: A list of tool groups
-    :return: Created object.
+    :return: Created group.
 
 
 **See Also** a sample TUI Script of :ref:`tui_create_group_substraction` operation.
index 54904a13033aaa7ef8aec2e67b333b8b74d0934a..05063165fe6804108fdb41bf14d1471635881976 100644 (file)
Binary files a/src/CollectionPlugin/doc/images/group_addition_property_panel.png and b/src/CollectionPlugin/doc/images/group_addition_property_panel.png differ
index 54db4935b52d461cb2408102c7469213834ff2f0..e91c3d13d63d761a35cef010069bcda142bc1a2c 100644 (file)
Binary files a/src/CollectionPlugin/doc/images/group_intersection_property_panel.png and b/src/CollectionPlugin/doc/images/group_intersection_property_panel.png differ
index 543681f8355a8b08598bbe064fa10f1c35f6e80e..6cac1b7ccca4936104fee6b67b42975e9dc120cd 100644 (file)
Binary files a/src/CollectionPlugin/doc/images/group_substraction_property_panel.png and b/src/CollectionPlugin/doc/images/group_substraction_property_panel.png differ