Salome HOME
a6e7f8bd152a993e6b4fcd0dbe4b5492da7979f9
[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="Shape">
6       <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges and wires objects" icon="icons/Features/feature_wire.png">
7         <source path="wire_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 solids" icon="icons/Features/cut.png"
39                auto_preview="false">
40           <source path="boolean_widget.xml"/>
41       </feature>
42       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon="icons/Features/partition.png"
43                auto_preview="false">
44           <source path="partition_widget.xml"/>
45       </feature>
46       <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon="icons/Features/intersection.png">
47           <source path="intersection_widget.xml"/>
48       </feature>
49     </group>
50     <group id="Collections">
51       <feature id="Group"
52         title="Group"
53         tooltip="Create named collection of geometry entities"
54         icon="icons/Features/shape_group.png">
55         <source path="group_widget.xml"/>
56       </feature>
57     </group>
58   </workbench>
59   <workbench id="Part">
60     <group id="Movement">
61       <feature id="Placement" title="Placement" tooltip="Place an objects relatively to another one" icon="icons/Features/placement.png">
62         <source path="placement_widget.xml"/>
63       </feature>
64       <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon="icons/Features/movement.png">
65         <source path="translation_widget.xml"/>
66       </feature>
67       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon="icons/Features/rotation.png">
68         <source path="rotation_widget.xml"/>
69       </feature>
70     </group>
71   </workbench>
72 </plugin>