Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / PrimitivesPlugin / doc / sphereFeature.rst
index cb731b3c2430ab34cedab56fa7e64c6f6e63f115..d7e1067a308e38404733190a213504ab7ccc4b94 100644 (file)
@@ -2,9 +2,45 @@
 Sphere
 ======
 
+Sphere feature creates a sphere solid.
+
+To create a Sphere in the active part:
+
+#. select in the Main Menu *Primitives - > Sphere* item  or
+#. click **Sphere** button in the toolbar
+
+.. image:: images/Sphere_button.png
+   :align: center
+
+.. centered::
+   **Sphere** button 
+
+The following property panel appears.
 
 .. image:: images/Sphere.png
   :align: center
 
 .. centered::
-  Create a sphere
+   Sphere property panel
+   
+Input fields:
+
+- **Point** defines the center of the sphere selected in 3D OCC  viewer or object browser; 
+- **Radius** defines the radius.
+  
+**TUI Command**: *model.addSphere(Part_doc, Point, Radius)*.
+
+**Arguments**:  Part + 1 vertex + 1 real value (radius).
+
+Result
+""""""
+
+An example is shown below.
+
+.. image:: images/Sphere_res.png
+          :align: center
+                  
+.. centered::
+   Sphere created  
+
+**See Also** a sample TUI Script of :ref:`tui_create_sphere` operation.