]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/plugin-Sketch.xml
Salome HOME
First implementation of the sketch drawer: helper for creation of sketch on imported...
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
index f901724080e90d661af4e81cb636b60f16cdc364..928c21d0d126bfa2c5c459b109469241703cfd74 100644 (file)
@@ -1057,4 +1057,18 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
     </group>
 
   </workbench>
+  <workbench id="Macros" document="Part">
+    <group id="Samples">
+
+      <feature id="SketchDrawer" title="Sketch drawer" tooltip="Creates sketch using elements of selected shape belonging to selected plane"
+            icon="icons/Sketch/drawer.png"
+            helpfile="sketchDrawer.html">
+        <shape_selector id="base_shape" label="Shape:" tooltip="Select a shape for extraction to sketch."
+            shape_types="objects" concealment="false"/>
+        <shape_selector id="plane" label="Plane:" tooltip="Select plane for sketch" shape_types="face">
+          <validator id="GeomValidators_Face" parameters="plane"/>
+        </shape_selector>
+      </feature>
+    </group>
+  </workbench>
 </plugin>