Salome HOME
Construction of vertices/edges/faces on the base of sketch: sketch attribute
[modules/shaper.git] / src / SketchShapePlugin / plugin-SketchShape.xml
index 016198101ff79d820bae9f98bead9cb507eb45b9..4a9b54ccbef021300b407e0f02f5ed677a65c4cb 100755 (executable)
@@ -4,6 +4,13 @@
   <workbench id="Sketch">
     <group id="Exchange">
       <feature id="SketchShape" title="Sketch vertices, edges and faces" tooltip="Construct vertices, edges and faces by sketch" icon=":icons/sketchshape.png">
+        <shape_selector id="Sketch"
+          label="Sketch"
+          icon=":icons/sketch.png"
+          tooltip="Select a sketch"
+          shape_types="objects">
+          <validator id="PartSet_SketchEntityValidator" parameters="Sketch"/>
+        </shape_selector>
         <sketchshape_groupbox title="Direction">
           <boolvalue id="VertexChoice" label="VERTICES" default="true" tooltip="Vertices selection on sketch"/>
           <sketch_multi_selector id="VertexList"