Salome HOME
Union of validator and filter functionalities.
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
index 1c7974d6db8ce0a37dc876c5c85e93ddcb342c42..4abd354b0ffa3a276aaa14c40a299ba977ea6c51 100644 (file)
@@ -10,7 +10,9 @@
         title="Sketch"
         tooltip="Create a new sketch"
         icon=":icons/sketch.png">
-        <sketch-start-label title="Select a plane on which to create a sketch" tooltip="Select a plane on which to create a sketch"/> 
+        <sketch-start-label id="External" title="Select a plane on which to create a sketch" tooltip="Select a plane on which to create a sketch">
+          <validator id="GeomValidators_Face" parameters="plane"/>
+        </sketch-start-label>
       <!--icon=":pictures/x_point.png"-->
       </feature>
       <feature id="SketchPoint" title="Point" tooltip="Create a new point" icon=":icons/point.png">