]> SALOME platform Git repositories - modules/shaper.git/blob - src/BuildPlugin/wire_widget.xml
Salome HOME
Issue #1369: moved Wire feature to new Build plug-in.
[modules/shaper.git] / src / BuildPlugin / wire_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <multi_selector id="base_objects"
5                   label="Segments and wires:"
6                   tooltip="Select an edges on sketch or wires objects."
7                   type_choice="edges objects">
8     <validator id="BuildPlugin_ValidatorBaseForWire"/>
9   </multi_selector>
10   <action id="add_contour"
11           label="Add contour"
12           tooltip="Adds to the list of segments other segments of the sketcher
13                    connected to the already selected ones to create a closed contour."/>
14 </source>