Salome HOME
1c084821d52d6488d418c862b7e2f05a133beef3
[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/extrusion.png">
7           <source path="extrusion_widget.xml"/>
8       </feature>
9       <!--<feature id="ExtrusionSketch" title="ExtrusionSketch" tooltip="Create a solids by extrusion of a sketch" icon=":icons/extrusionsketch.png">
10           <source path="extrusionsketch_widget.xml"/>
11       </feature>-->
12       <feature id="ExtrusionCut" title="ExtrusionCut" tooltip="" icon=":icons/extrusion_cut.png">
13         <source path="extrusioncut_widget.xml"/>
14       </feature>
15       <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="" icon=":icons/extrusion_fuse.png">
16         <source path="extrusionfuse_widget.xml"/>
17       </feature>
18     </group>
19     <group id="Revolution">
20       <feature id="Revolution" title="Revolution" tooltip="Create a solid by revolution of a face" icon=":icons/revol.png">
21           <source path="revolution_widget.xml"/>
22       </feature>
23       <!--<feature id="RevolutionSketch" title="RevolutionSketch" tooltip="Create a solids by revolution of a sketch" icon=":icons/revolsketch.png">
24           <source path="revolutionsketch_widget.xml"/>
25       </feature>-->
26       <feature id="RevolutionCut" title="RevolutionCut" tooltip="" icon=":icons/revol_cut.png">
27         <source path="revolutioncut_widget.xml"/>
28       </feature>
29       <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="" icon=":icons/revol_fuse.png">
30         <source path="revolutionfuse_widget.xml"/>
31       </feature>
32     </group>
33     <group id="Pipe">
34       <feature id="Pipe" title="Pipe" tooltip="Generates extrusion along a path" icon=":icons/pipe.png">
35         <source path="pipe_widget.xml"/>
36       </feature>
37     </group>
38     <group id="Boolean">
39       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with solids" icon=":icons/cut.png"
40                auto_preview="false">
41           <source path="boolean_widget.xml"/>
42       </feature>
43       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon=":icons/partition.png"
44                auto_preview="false">
45           <source path="partition_widget.xml"/>
46       </feature>
47       <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon=":icons/intersection.png">
48           <source path="intersection_widget.xml"/>
49       </feature>
50     </group>
51     <group id="Collections">
52       <feature id="Group"
53         title="Group"
54         tooltip="Create named collection of geometry entities"
55         icon=":icons/shape_group.png">
56         <source path="group_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/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/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/rotation.png">
69         <source path="rotation_widget.xml"/>
70       </feature>
71     </group>
72   </workbench>
73 </plugin>