Salome HOME
Issue #901 - It is possible to define empty name for parameter
[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="ExtrusionCut" title="ExtrusionCut" tooltip="" icon=":icons/extrusion_cut.png">
10         <source path="extrusioncut_widget.xml"/>
11       </feature>
12       <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="" icon=":icons/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/revol.png">
18           <source path="revolution_widget.xml"/>
19       </feature>
20       <feature id="RevolutionCut" title="RevolutionCut" tooltip="" icon=":icons/revol_cut.png">
21         <source path="revolutioncut_widget.xml"/>
22       </feature>
23       <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="" icon=":icons/revol_fuse.png">
24         <source path="revolutionfuse_widget.xml"/>
25       </feature>
26     </group>
27     <group id="Boolean">
28       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with solids" icon=":icons/cut.png">
29           <source path="boolean_widget.xml"/>
30       </feature>
31       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon=":icons/partition.png">
32           <source path="partition_widget.xml"/>
33       </feature>
34     </group>
35     <group id="Collections">
36       <feature id="Group"
37         title="Group"
38         tooltip="Create named collection of geometry entities"
39         icon=":icons/shape_group.png">
40         <source path="group_widget.xml"/>
41       </feature>
42     </group>
43   </workbench>
44   <workbench id="Part">
45     <group id="Movement">
46       <feature id="Placement" title="Placement" tooltip="Place an objects relatively to another one" icon=":icons/placement.png">
47         <source path="placement_widget.xml"/>
48       </feature>
49       <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon=":icons/movement.png">
50         <source path="movement_widget.xml"/>
51       </feature>
52       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon=":icons/rotation.png">
53         <source path="rotation_widget.xml"/>
54       </feature>
55     </group>
56   </workbench>
57 </plugin>