]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2001: The list of CutFrom objects is empty after their selection
authordbv <dbv@opencascade.com>
Thu, 26 Jan 2017 16:31:11 +0000 (19:31 +0300)
committerdbv <dbv@opencascade.com>
Thu, 26 Jan 2017 16:31:11 +0000 (19:31 +0300)
Changed selection of ExtrusionCut, ExtrusionFuse, RevolutionCut and RevolutionFuse. So now it is not allow local selection.

src/FeaturesPlugin/extrusioncut_widget.xml
src/FeaturesPlugin/extrusionfuse_widget.xml
src/FeaturesPlugin/revolutioncut_widget.xml
src/FeaturesPlugin/revolutionfuse_widget.xml

index bba965f8e95a46f97d4d36ba7df29d8ac0e12cfb..fb9607c85c8c7d2fb14a85725c765b85a2758fe7 100755 (executable)
@@ -88,7 +88,7 @@
     label="Cut from:"
     icon="icons/Features/cut_shape.png"
     tooltip="Objects to Cut"
-    type_choice="Solids Compsolids"
+    type_choice="Objects"
     use_choice="false"
     concealment="true">
     <validator id="GeomValidators_ShapeType" parameters="solid"/>
index 2a438fa6f9ffe76950187c38d2818138409609af..d4105c496e9dfe4eceff943daf93893229886cc6 100644 (file)
@@ -88,7 +88,7 @@
     label="Fuse with:"
     icon="icons/Features/cut_shape.png"
     tooltip="Objects to Fuse"
-    type_choice="Solids Compsolids"
+    type_choice="Objects"
     use_choice="false"
     concealment="true">
     <validator id="GeomValidators_ShapeType" parameters="solid"/>
index 9cd9f3692b142a9a6bced4f7e46f04ddb6164129..b9b30d7f29b4eade6e252aca5c4c4ff037618088 100644 (file)
@@ -88,7 +88,7 @@
     label="Cut from:"
     icon="icons/Features/cut_shape.png"
     tooltip="Objects to Cut"
-    type_choice="Solids Compsolids"
+    type_choice="Objects"
     use_choice="false"
     concealment="true">
     <validator id="GeomValidators_ShapeType" parameters="solid"/>
index b2a0843aa99d386998dd02a27ab7dd1a4d5b033b..5afe59cfa33e2f8bbb99ce75215e7685a19dbec7 100644 (file)
@@ -88,7 +88,7 @@
     label="Fuse with:"
     icon="icons/Features/cut_shape.png"
     tooltip="Objects to Fuse"
-    type_choice="Solids Compsolids"
+    type_choice="Objects"
     use_choice="false"
     concealment="true">
     <validator id="GeomValidators_ShapeType" parameters="solid"/>