Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
1 <!--
2 Copyright (C) 2014-2017  CEA/DEN, EDF R&D
3
4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public
6 License as published by the Free Software Foundation; either
7 version 2.1 of the License, or (at your option) any later version.
8
9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 Lesser General Public License for more details.
13
14 You should have received a copy of the GNU Lesser General Public
15 License along with this library; if not, write to the Free Software
16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
18 See http:##www.salome-platform.org/ or
19 email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
20 -->
21
22 <plugin>
23   <workbench id="Features" document="Part">
24     <group id="Transformation">
25       <feature id="Scale" title="Scale" tooltip="Perform scale objects" icon="icons/Features/scale.png">
26         <source path="scale_widget.xml"/>
27       </feature>
28     </group>
29     <group id="Extrusion">
30       <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face" icon="icons/Features/extrusion.png">
31           <source path="extrusion_widget.xml"/>
32       </feature>
33       <feature id="ExtrusionCut" title="ExtrusionCut" tooltip="" icon="icons/Features/extrusion_cut.png">
34         <source path="extrusioncut_widget.xml"/>
35       </feature>
36       <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="" icon="icons/Features/extrusion_fuse.png">
37         <source path="extrusionfuse_widget.xml"/>
38       </feature>
39     </group>
40     <group id="Revolution">
41       <feature id="Revolution" title="Revolution" tooltip="Create a solid by revolution of a face" icon="icons/Features/revol.png">
42           <source path="revolution_widget.xml"/>
43       </feature>
44       <feature id="RevolutionCut" title="RevolutionCut" tooltip="" icon="icons/Features/revol_cut.png">
45         <source path="revolutioncut_widget.xml"/>
46       </feature>
47       <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="" icon="icons/Features/revol_fuse.png">
48         <source path="revolutionfuse_widget.xml"/>
49       </feature>
50     </group>
51     <group id="Pipe">
52       <feature id="Pipe" title="Pipe" tooltip="Generates extrusion along a path" icon="icons/Features/pipe.png">
53         <source path="pipe_widget.xml"/>
54       </feature>
55     </group>
56     <group id="Boolean">
57       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with objects" icon="icons/Features/cut.png"
58                auto_preview="false">
59           <source path="boolean_widget.xml"/>
60       </feature>
61       <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon="icons/Features/intersection.png">
62         <source path="intersection_widget.xml"/>
63       </feature>
64       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon="icons/Features/partition.png"
65                auto_preview="false">
66           <source path="partition_widget.xml"/>
67       </feature>
68       <feature id="Union" title="Union" tooltip="Perform union operations with shapes" icon="icons/Features/union.png">
69           <source path="union_widget.xml"/>
70       </feature>
71       <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">
72           <source path="remove_subshapes_widget.xml"/>
73       </feature>
74     </group>
75     <group id="Collections">
76       <feature id="Recover"
77         title="Recover"
78         tooltip="Visualize concealed objects"
79         icon="icons/Features/recover.png">
80         <source path="recover_widget.xml"/>
81       </feature>
82     </group>
83   </workbench>
84   <workbench id="Part">
85     <group id="Movement">
86       <feature id="Placement" title="Placement" tooltip="Place an objects relatively to another one" icon="icons/Features/placement.png">
87         <source path="placement_widget.xml"/>
88       </feature>
89       <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon="icons/Features/movement.png">
90         <source path="translation_widget.xml"/>
91       </feature>
92       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon="icons/Features/rotation.png">
93         <source path="rotation_widget.xml"/>
94       </feature>
95       <feature id="Symmetry" title="Symmetry" tooltip="Perform symmetry with respect to a point, an axis or a plane" icon="icons/Features/symmetry.png">
96         <source path="symmetry_widget.xml"/>
97       </feature>
98       <feature id="MultiTranslation" title="MultiTranslation" tooltip="Perform multi-translation objects" icon="icons/Features/multitranslation.png">
99         <source path="multitranslation_widget.xml"/>
100       </feature>
101       <feature id="MultiRotation" title="MultiRotation" tooltip="Perform multi-rotation objects" icon="icons/Features/multirotation.png">
102         <source path="multirotation_widget.xml"/>
103       </feature>
104     </group>
105   </workbench>
106 </plugin>