Salome HOME
French translations
[modules/shaper.git] / src / PrimitivesPlugin / plugin-Primitives.xml
index e3ababf71245c1bc6db147a792aebc567e61f5ab..f250b587e9cd95b2ecf4c16192284ada1e166f7a 100644 (file)
@@ -1,12 +1,34 @@
-<!-- Copyright (C) 2014-2016 CEA/DEN, EDF R&D -->
-<!-- Created by Clarisse Genrault (CEA) : 10 Mar 2016 -->
-
-<plugin> 
+<plugin>
   <workbench id="Primitives" document="Part">
     <group id="Primitives">
-      <feature id="Box" title="Box" tooltip="Create a box" icon="icons/Primitives/box.png">
+      <feature id="Box" title="Box" tooltip="Create a box" icon="icons/Primitives/box.png"
+               helpfile="boxFeature.html">
         <source path="box_widget.xml"/>
       </feature>
     </group>
+    <group id="Primitives">
+      <feature id="Cylinder" title="Cylinder" tooltip="Create a cylinder" icon="icons/Primitives/cylinder.png"
+               helpfile="cylinderFeature.html">
+        <source path="cylinder_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Primitives">
+      <feature id="Sphere" title="Sphere" tooltip="Create a sphere" icon="icons/Primitives/sphere.png"
+               helpfile="sphereFeature.html">
+        <source path="sphere_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Primitives">
+      <feature id="Torus" title="Torus" tooltip="Create a Torus" icon="icons/Primitives/torus.png"
+               helpfile="torusFeature.html">
+        <source path="torus_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Primitives">
+      <feature id="Cone" title="Cone" tooltip="Create a Cone" icon="icons/Primitives/cone.png"
+               helpfile="coneFeature.html">
+        <source path="cone_widget.xml"/>
+      </feature>
+    </group>
   </workbench>
 </plugin>