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