Salome HOME
Task 3.3 Build/Edge and Build/Wire on a whole Sketch (issue #3083)
[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,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>