]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/plugin-Features.xml
Salome HOME
Make the movement, placement and rotation 3D features may be applied to the Part...
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Movement">
5     <group id="Basic">
6       <feature id="Placement" title="Placement" tooltip="Perform moving of an object to specified position" icon=":icons/placement.png">
7         <source path="placement_widget.xml"/>
8       </feature>
9       <feature id="Movement" title="Movement" tooltip="Perform movement of an objects along the axis to specified distance" icon=":icons/movement.png">
10         <source path="movement_widget.xml"/>
11       </feature>
12       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon=":icons/rotation.png">
13         <source path="rotation_widget.xml"/>
14       </feature>
15     </group>
16   </workbench>
17   <workbench id="Features" document="Part">
18     <group id="Extrusion">
19       <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face" icon=":icons/extrusion.png">
20           <source path="extrusion_widget.xml"/>
21       </feature>
22       <feature id="ExtrusionCut" title="ExtrusionCut" tooltip="" icon=":icons/extrusion_cut.png">
23         <source path="extrusioncut_widget.xml"/>
24       </feature>
25       <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="" icon=":icons/extrusion_fuse.png">
26         <source path="extrusionfuse_widget.xml"/>
27       </feature>
28     </group>
29     <group id="Revolution">
30       <feature id="Revolution" title="Revolution" tooltip="Create a solid by revolution of a face" icon=":icons/revol.png">
31           <source path="revolution_widget.xml"/>
32       </feature>
33       <feature id="RevolutionCut" title="RevolutionCut" tooltip="" icon=":icons/revol.png">
34         <source path="revolutioncut_widget.xml"/>
35       </feature>
36       <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="" icon=":icons/revol.png">
37         <source path="revolutionfuse_widget.xml"/>
38       </feature>
39     </group>
40     <group id="Boolean">
41       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with solids" icon=":icons/cut.png">
42           <source path="boolean_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/shape_group.png">
50         <source path="group_widget.xml"/>
51       </feature>
52     </group>
53   </workbench>
54 </plugin>