Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[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   />
8   <shape_selector id="tool_object" 
9     label="Tool object" 
10     icon=":icons/cut_tool.png" 
11     tooltip="Select a tool"
12     shape_types="solid"
13   />
14   <choice id="bool_type" 
15     label="Type" 
16     tooltip="Type of boolean operation"
17     string_list="Cut Fuse Common"
18   />
19 </source>