Salome HOME
Issue #2975: Do not select groups in all operations except operations on groups
[modules/shaper.git] / src / BuildPlugin / wire_widget.xml
1 <source>
2   <multi_selector id="base_objects"
3                   label="Segments and wires:"
4                   tooltip="Select edges on sketch, edges or wires objects."
5                   shape_types="edges wires"
6                   concealment="true">
7     <validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire"/>
8   </multi_selector>
9   <action id="add_contour"
10           label="Add contour"
11           tooltip="Adds to the list of segments other segments of the sketcher
12                    connected to the already selected ones to create a closed contour."/>
13   <validator id="BuildPlugin_ValidatorBaseForWire" parameters="base_objects"/>
14 </source>