]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/boolean_widget.xml
Salome HOME
Commit of the current operation if the preselection is activated.
[modules/shaper.git] / src / FeaturesPlugin / boolean_widget.xml
1 <source>
2   <shape_selector id="main_object" 
3     label="Main object" 
4     icon=":icons/cut_shape.png" 
5     tooltip="Select an object to cut"
6     shape_types="solid shell"
7     concealment="true"
8   />
9   <shape_selector id="tool_object" 
10     label="Tool object" 
11     icon=":icons/cut_tool.png" 
12     tooltip="Select a tool"
13     shape_types="solid"
14     concealment="true" >
15         <validator id="PartSet_DifferentObjects"/>
16   </shape_selector>
17   <choice id="bool_type" 
18     label="Type" 
19     tooltip="Type of boolean operation"
20     string_list="Cut Fuse Common"
21   />
22 </source>