]> SALOME platform Git repositories - modules/shaper.git/blob - src/PrimitivesPlugin/plugin-Primitives.xml
Salome HOME
Added "Sphere" primitive.
[modules/shaper.git] / src / PrimitivesPlugin / plugin-Primitives.xml
1 <!-- Copyright (C) 2014-2016 CEA/DEN, EDF R&D -->
2 <!-- Created by Clarisse Genrault (CEA) : 10 Mar 2016 -->
3
4 <plugin> 
5   <workbench id="Primitives" document="Part">
6     <group id="Primitives">
7       <feature id="Box" title="Box" tooltip="Create a box" icon="icons/Primitives/box.png">
8         <source path="box_widget.xml"/>
9       </feature>
10     </group>
11     <group id="Primitives">
12       <feature id="Cylinder" title="Cylinder" tooltip="Create a cylinder" icon="icons/Primitives/cylinder.png">
13         <source path="cylinder_widget.xml"/>
14       </feature>
15     </group>
16     <group id="Primitives">
17       <feature id="Sphere" title="Sphere" tooltip="Create a sphere" icon="icons/Primitives/sphere.png">
18         <source path="sphere_widget.xml"/>
19       </feature>
20     </group>
21   </workbench>
22 </plugin>