Salome HOME
Correct case when the weak-named attribute is dumped in Geom mode: geometrical repres...
[modules/shaper.git] / src / PrimitivesPlugin / plugin-Primitives.xml
index 4a4b98403ae8ea2991c6f8a5e1864c3b60d86610..c7d5a4b6211062c5c22236319cb7393da9977495 100644 (file)
@@ -22,14 +22,34 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
 <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">
+      <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>