Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Features" document="Part">
5     <group id="Transformation">
6       <feature id="Scale" title="Scale" tooltip="Perform scale objects" icon="icons/Features/scale.png">
7         <source path="scale_widget.xml"/>
8       </feature>
9     </group>
10     <group id="Extrusion">
11       <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face" icon="icons/Features/extrusion.png">
12           <source path="extrusion_widget.xml"/>
13       </feature>
14       <feature id="ExtrusionCut" title="ExtrusionCut" tooltip="" icon="icons/Features/extrusion_cut.png">
15         <source path="extrusioncut_widget.xml"/>
16       </feature>
17       <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="" icon="icons/Features/extrusion_fuse.png">
18         <source path="extrusionfuse_widget.xml"/>
19       </feature>
20     </group>
21     <group id="Revolution">
22       <feature id="Revolution" title="Revolution" tooltip="Create a solid by revolution of a face" icon="icons/Features/revol.png">
23           <source path="revolution_widget.xml"/>
24       </feature>
25       <feature id="RevolutionCut" title="RevolutionCut" tooltip="" icon="icons/Features/revol_cut.png">
26         <source path="revolutioncut_widget.xml"/>
27       </feature>
28       <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="" icon="icons/Features/revol_fuse.png">
29         <source path="revolutionfuse_widget.xml"/>
30       </feature>
31     </group>
32     <group id="Pipe">
33       <feature id="Pipe" title="Pipe" tooltip="Generates extrusion along a path" icon="icons/Features/pipe.png">
34         <source path="pipe_widget.xml"/>
35       </feature>
36     </group>
37     <group id="Boolean">
38       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with objects" icon="icons/Features/cut.png"
39                auto_preview="false">
40           <source path="boolean_widget.xml"/>
41       </feature>
42       <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon="icons/Features/intersection.png">
43         <source path="intersection_widget.xml"/>
44       </feature>
45       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon="icons/Features/partition.png"
46                auto_preview="false">
47           <source path="partition_widget.xml"/>
48       </feature>
49       <feature id="Union" title="Union" tooltip="Perform union operations with shapes" icon="icons/Features/union.png">
50           <source path="union_widget.xml"/>
51       </feature>
52       <feature id="Remove_SubShapes" title="Remove Sub-Shapes" tooltip="Allows to remove sub-shapes from wires, shells, compsolids and compounds" icon="icons/Features/remove_subshapes.png">
53           <source path="remove_subshapes_widget.xml"/>
54       </feature>
55     </group>
56     <group id="Collections">
57       <feature id="Recover"
58         title="Recover"
59         tooltip="Visualize concealed objects"
60         icon="icons/Features/recover.png">
61         <source path="recover_widget.xml"/>
62       </feature>
63     </group>
64   </workbench>
65   <workbench id="Part">
66     <group id="Movement">
67       <feature id="Placement" title="Placement" tooltip="Place an objects relatively to another one" icon="icons/Features/placement.png">
68         <source path="placement_widget.xml"/>
69       </feature>
70       <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon="icons/Features/movement.png">
71         <source path="translation_widget.xml"/>
72       </feature>
73       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon="icons/Features/rotation.png">
74         <source path="rotation_widget.xml"/>
75       </feature>
76       <feature id="Symmetry" title="Symmetry" tooltip="Perform symmetry with respect to a point, an axis or a plane" icon="icons/Features/symmetry.png">
77         <source path="symmetry_widget.xml"/>
78       </feature>
79       <feature id="MultiTranslation" title="MultiTranslation" tooltip="Perform multi-translation objects" icon="icons/Features/multitranslation.png">
80         <source path="multitranslation_widget.xml"/>
81       </feature>
82     </group>
83   </workbench>
84 </plugin>