Salome HOME
88c1c02908bff6ea939f6287c325168571af6078
[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     <group id="Fillet">
84       <feature id="Fillet" title="Fillet" tooltip="Perform fillet on face or edge" icon="icons/Features/fillet.png" auto_preview="true">
85         <source path="fillet_widget.xml"/>
86       </feature>
87     </group>
88   </workbench>
89   <workbench id="Part">
90     <group id="Movement">
91       <feature id="Placement" title="Placement" tooltip="Place an objects relatively to another one" icon="icons/Features/placement.png">
92         <source path="placement_widget.xml"/>
93       </feature>
94       <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon="icons/Features/movement.png">
95         <source path="translation_widget.xml"/>
96       </feature>
97       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon="icons/Features/rotation.png">
98         <source path="rotation_widget.xml"/>
99       </feature>
100       <feature id="Symmetry" title="Symmetry" tooltip="Perform symmetry with respect to a point, an axis or a plane" icon="icons/Features/symmetry.png">
101         <source path="symmetry_widget.xml"/>
102       </feature>
103       <feature id="LinearCopy" title="Linear copy" tooltip="Perform copy and translate" icon="icons/Features/multitranslation.png">
104         <source path="multitranslation_widget.xml"/>
105       </feature>
106       <feature id="AngularCopy" title="Angular Copy" tooltip="Perform copy and rotate" icon="icons/Features/multirotation.png">
107         <source path="multirotation_widget.xml"/>
108       </feature>
109     </group>
110   </workbench>
111 </plugin>