]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1682: Can't select internal circle of a sketch as extrusion
authordbv <dbv@opencascade.com>
Mon, 29 Aug 2016 08:32:10 +0000 (11:32 +0300)
committerdbv <dbv@opencascade.com>
Wed, 31 Aug 2016 14:15:05 +0000 (17:15 +0300)
Now base for Extrusion and Revolution boolean is concealed.

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

index 14d21f559a35be6222098eeb09e29517b2782825..bba965f8e95a46f97d4d36ba7df29d8ac0e12cfb 100755 (executable)
@@ -15,7 +15,8 @@
       label="Select a sketch face"
       icon="icons/Features/sketch.png"
       tooltip="Select a sketch face"
-      type_choice="wires faces shells">
+      type_choice="wires faces shells"
+      concealment="true">
       <validator id="FeaturesPlugin_ValidatorBaseForGeneration" parameters="face,shell"/>
     </multi_selector>
     <shape_selector id="direction_object"
index 778c584f2dc2f5ebcf9d5084fbeaa57f9686d248..2a438fa6f9ffe76950187c38d2818138409609af 100644 (file)
@@ -15,7 +15,8 @@
       label="Select a sketch face"
       icon="icons/Features/sketch.png"
       tooltip="Select a sketch face"
-      type_choice="vertices edges wires faces shells compounds">
+      type_choice="vertices edges wires faces shells compounds"
+      concealment="true">
       <validator id="FeaturesPlugin_ValidatorBaseForGeneration" parameters="vertex,edge,wire,face,shell,compound"/>
     </multi_selector>
     <shape_selector id="direction_object"
index 1465db55cd36ce778d0680b37865ab808393e705..9cd9f3692b142a9a6bced4f7e46f04ddb6164129 100644 (file)
@@ -15,7 +15,8 @@
       label="Select a sketch face"
       icon="icons/Features/sketch.png"
       tooltip="Select a sketch face"
-      type_choice="wires faces shells">
+      type_choice="wires faces shells"
+      concealment="true">
       <validator id="FeaturesPlugin_ValidatorBaseForGeneration" parameters="face,shell"/>
     </multi_selector>
     <shape_selector id="axis_object"
index aee797d557875bf63c258b2f83d67fc7f32676ff..b2a0843aa99d386998dd02a27ab7dd1a4d5b033b 100644 (file)
@@ -15,7 +15,8 @@
       label="Select a sketch face"
       icon="icons/Features/sketch.png"
       tooltip="Select a sketch face"
-      type_choice="vertices edges wires faces shells compounds">
+      type_choice="vertices edges wires faces shells compounds"
+      concealment="true">
       <validator id="FeaturesPlugin_ValidatorBaseForGeneration" parameters="vertex,edge,wire,face,shell,compound"/>
     </multi_selector>
     <shape_selector id="axis_object"