Salome HOME
Issue 1299 Angle constraint: support of additional and complementary angles. Test...
[modules/shaper.git] / src / FeaturesPlugin / extrusionfuse_widget.xml
index 9f0803a6128186670d8630de5827436f54577685..fb06968e0f41c5605b047a695b44266342c7b107 100644 (file)
@@ -5,44 +5,72 @@
     <sketch_launcher id="sketch"
       label="Sketch"
       icon=":icons/sketch.png"
-      tooltip="Create or edit a sketch">/>
+      tooltip="Create or edit a sketch">
     </sketch_launcher>
-    <groupbox title="From">
-      <shape_selector id="from_object"
-                      icon=":icons/plane.png"
-                      label="Plane face"
-                      tooltip="Select a planar face"
-                      shape_types="face"
-                      default="&lt;sketch&gt;">
-        <validator id="GeomValidators_Face" parameters="plane"/>
-      </shape_selector>
-      <doublevalue id="from_size" label="Size"
-        min="0" step="1.0" default="0"
-        icon=":icons/dimension_down.png"
-        tooltip="Height">
-      </doublevalue>
-    </groupbox>
-    <groupbox title="To">
-      <shape_selector id="to_object"
-                      icon=":icons/plane_inverted.png"
-                      label="Plane face"
-                      tooltip="Select a planar face"
-                      shape_types="face"
-                      default="&lt;sketch&gt;">
-        <validator id="GeomValidators_Face" parameters="plane"/>
-      </shape_selector>
-      <doublevalue  id="to_size"
-        label="Size" min="0" step="1.0" default="0"
-        icon=":icons/dimension_up.png"
-        tooltip="Height">
-      </doublevalue>
-    </groupbox>
+    <toolbox id="CreationMethod">
+      <box id="BySizes" title="By sizes" icon=":icons/dimension_up_down_32x32.png">
+        <groupbox>
+          <doublevalue
+            id="to_size"
+            label="Size"
+            step="1.0"
+            default="10"
+            icon=":icons/dimension_up.png"
+            tooltip="To size">
+          </doublevalue>
+        </groupbox>
+        <groupbox>
+          <doublevalue
+            id="from_size"
+            label="Size"
+            step="1.0"
+            default="0"
+            icon=":icons/dimension_down.png"
+            tooltip="From size">
+          </doublevalue>
+        </groupbox>
+      </box>
+      <box id="ByPlanesAndOffsets" title="By bounding planes and offsets" icon=":icons/plane_inverted_32x32.png">
+        <groupbox title="From">
+          <shape_selector id="from_object"
+                          icon=":icons/plane.png"
+                          label="Plane face"
+                          tooltip="Bounding plane (select a planar face)"
+                          shape_types="face"
+                          default="&lt;base sketch&gt;">
+            <validator id="GeomValidators_Face" parameters="plane"/>
+          </shape_selector>
+          <doublevalue id="from_offset"
+            label="Offset" step="1.0" default="0"
+            icon=":icons/dimension_up_down.png"
+            tooltip="Offset for bounding plane">
+          </doublevalue>
+        </groupbox>
+        <groupbox title="To">
+          <shape_selector id="to_object"
+                          icon=":icons/plane_inverted.png"
+                          label="Plane face"
+                          tooltip="Bounding plane (select a planar face)"
+                          shape_types="face"
+                          default="&lt;base sketch&gt;">
+            <validator id="GeomValidators_Face" parameters="plane"/>
+          </shape_selector>
+          <doublevalue  id="to_offset"
+            label="Offset" step="1.0" default="0"
+            icon=":icons/dimension_up_down.png"
+            tooltip="Offset for bounding plane">
+          </doublevalue>
+        </groupbox>
+      </box>
+    </toolbox>
   </groupbox>
   <multi_selector id="boolean_objects"
     label="Fuse with:"
     icon=":icons/cut_shape.png"
-    tooltip="Objects to fuse"
+    tooltip="Objects to Fuse"
     type_choice="Solids"
     concealment="true">
+    <validator id="GeomValidators_ShapeType" parameters="solid"/>
   </multi_selector>
+  <validator id="GeomValidators_ZeroOffset" parameters="CreationMethod,BySizes,sketch_selection,to_size,from_size,to_object,to_offset,from_object,from_offset"/>
 </source>