Salome HOME
Cosmetics. Move XML files to the separate folder inside a corresponding project in VS.
[modules/shaper.git] / src / BuildPlugin / wire_widget.xml
1 <source>
2   <multi_selector id="base_objects"
3                   label="Segments, wires or sketches:"
4                   tooltip="Select edges on sketch (or the whole sketch), edges or wires objects."
5                   shape_types="edges wires"
6                   concealment="true">
7     <validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire,compound"/>
8   </multi_selector>
9   <boolvalue id="intersect" label="Compute intersections" tooltip="Divide sketch edges in intersection points." default="false"/>
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   <validator id="BuildPlugin_ValidatorBaseForWire" parameters="base_objects,wire"/>
15 </source>