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="Extrusion">
6       <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face" icon="icons/Features/extrusion.png">
7           <source path="extrusion_widget.xml"/>
8       </feature>
9       <feature id="ExtrusionCut" title="ExtrusionCut" tooltip="" icon="icons/Features/extrusion_cut.png">
10         <source path="extrusioncut_widget.xml"/>
11       </feature>
12       <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="" icon="icons/Features/extrusion_fuse.png">
13         <source path="extrusionfuse_widget.xml"/>
14       </feature>
15     </group>
16     <group id="Revolution">
17       <feature id="Revolution" title="Revolution" tooltip="Create a solid by revolution of a face" icon="icons/Features/revol.png">
18           <source path="revolution_widget.xml"/>
19       </feature>
20       <feature id="RevolutionCut" title="RevolutionCut" tooltip="" icon="icons/Features/revol_cut.png">
21         <source path="revolutioncut_widget.xml"/>
22       </feature>
23       <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="" icon="icons/Features/revol_fuse.png">
24         <source path="revolutionfuse_widget.xml"/>
25       </feature>
26     </group>
27     <group id="Pipe">
28       <feature id="Pipe" title="Pipe" tooltip="Generates extrusion along a path" icon="icons/Features/pipe.png">
29         <source path="pipe_widget.xml"/>
30       </feature>
31     </group>
32     <group id="Boolean">
33       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with objects" icon="icons/Features/cut.png"
34                auto_preview="false">
35           <source path="boolean_widget.xml"/>
36       </feature>
37       <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon="icons/Features/intersection.png">
38         <source path="intersection_widget.xml"/>
39       </feature>
40       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon="icons/Features/partition.png"
41                auto_preview="false">
42           <source path="partition_widget.xml"/>
43       </feature>
44       <feature id="Union" title="Union" tooltip="Perform union operations with shapes" icon="icons/Features/union.png">
45           <source path="union_widget.xml"/>
46       </feature>
47       <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">
48           <source path="remove_subshapes_widget.xml"/>
49       </feature>
50     </group>
51     <group id="Collections">
52       <feature id="Recover"
53         title="Recover"
54         tooltip="Visualize concealed objects"
55         icon="icons/Features/recover.png">
56         <source path="recover_widget.xml"/>
57       </feature>
58     </group>
59   </workbench>
60   <workbench id="Part">
61     <group id="Movement">
62       <feature id="Placement" title="Placement" tooltip="Place an objects relatively to another one" icon="icons/Features/placement.png">
63         <source path="placement_widget.xml"/>
64       </feature>
65       <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon="icons/Features/movement.png">
66         <source path="translation_widget.xml"/>
67       </feature>
68       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon="icons/Features/rotation.png">
69         <source path="rotation_widget.xml"/>
70       </feature>
71       <feature id="Symmetry" title="Symmetry" tooltip="Perform symmetry with respect to a point, an axis or a plane" icon="icons/Features/symmetry.png">
72         <source path="symmetry_widget.xml"/>
73       </feature>
74     </group>
75   </workbench>
76 </plugin>