Salome HOME
Remove of Box macro feature
[modules/shaper.git] / src / PythonAddons / doc / examples / box / widget.xml
diff --git a/src/PythonAddons/doc/examples/box/widget.xml b/src/PythonAddons/doc/examples/box/widget.xml
deleted file mode 100644 (file)
index b9752fa..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<source>
-  <workbench id="Macros" document="Part">
-    <group id="Samples">
-
-      <feature id="Box_script" title="Box" tooltip="Create a box parallel to xyz by extruding a rectangular" icon="icons/Addons/box_ico.png"
-            helpfile="boxFeature.html">
-        <doublevalue id="width"  label="Width: " min="0" step="1.0" default="50" tooltip="Box width">
-          <validator id="GeomValidators_Positive"/>
-        </doublevalue>
-        <doublevalue id="length" label="Length: " min="0" step="1.0" default="50" tooltip="Box length">
-          <validator id="GeomValidators_Positive"/>
-        </doublevalue>
-        <doublevalue id="height" label="Height: " min="0" step="1.0" default="50" tooltip="Box height">
-          <validator id="GeomValidators_Positive"/>
-        </doublevalue>
-      </feature>
-
-    </group>
-  </workbench>
-</source>