Salome HOME
Fix for keeping the partition results if some argument was appended. Based on "CEA...
[modules/shaper.git] / src / FeaturesPlugin / doc / revolutionFeature.rst
index 775c46b20c829786a62497ca9e685095dcc7b261..eb492261cdd11f0ce9c509a6301bb34af7a61b9f 100644 (file)
@@ -4,7 +4,7 @@ Revolution
 
 Revolution feature revolves selected objects around selected axis.
 
-To perform Revolution in the active part:
+To perform Revolution in the active part:
 
 #. select in the Main Menu *Features - > Revolution* item  or
 #. click **Revolution** button in the toolbar
@@ -23,7 +23,7 @@ The following property panel will be opened:
 .. centered::
   Start sketch
 
-After selecting one of the options property panel for Revolution will be opened with two variants:
+There are two variants of the property panel for Revolution depending on the chosen option:
 
 .. image:: images/revolution_by_angles.png
    :align: left
@@ -43,10 +43,10 @@ By angles
 .. centered::
   Revolution: definition by angles
 
-- **Base objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be revolved.
-- **Axis** axis of revolution.
-- **To angle** end angle of revolution.
-- **From angle** start angle of revolution.
+- **Base objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be revolved.
+- **Axis** axis of revolution.
+- **To angle** end angle of revolution.
+- **From angle** start angle of revolution.
 
 **TUI Command**:  *model.addRevolution(part, objects, axis, angle);*
 
@@ -59,7 +59,7 @@ By angles
 Result
 """"""
 
-The Result of the operation will be an revolved shape:
+The Result of the operation will be a revolved shape:
 
 .. image:: images/revolution_by_angles_result.png
           :align: center
@@ -67,7 +67,7 @@ The Result of the operation will be an revolved shape:
 .. centered::
    **Revolution created**
 
-**See Also** a sample TUI Script of :ref:`tui_create_revolution_by_angles` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_revolution_by_angles` operation.
 
 By bounding planes
 ------------------
@@ -78,12 +78,12 @@ By bounding planes
 .. centered::
   Revolution: definition by bounding planes
 
-- **Base objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be revolved.
-- **Axis** axis of revolution.
-- **To plane** planar face can be selected to bound revolution from one side.
-- **To offset** offset for revolution or for bounding plane if selected.
-- **From plane** planar face can be selected to bound revolution from other side.
-- **From offset** offset for revolution or for bounding plane if selected.
+- **Base objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be revolved.
+- **Axis** axis of revolution.
+- **To plane**  - a planar face can be selected to bound revolution from one side.
+- **To offset** - offset for revolution or for bounding plane, if selected.
+- **From plane** - a planar face can be selected to bound revolution from other side.
+- **From offset** - offset for revolution or for bounding plane, if selected.
 
 **TUI Command**:  *model.addRevolution(part, objects, axis, toObject, toOffset, fromObject, fromOffset);*
 
@@ -92,7 +92,7 @@ By bounding planes
 Result
 """"""
 
-The Result of the operation will be an revolved shape:
+The Result of the operation will be a revolved shape:
 
 .. image:: images/revolution_by_bounding_planes_result.png
           :align: center
@@ -100,4 +100,4 @@ The Result of the operation will be an revolved shape:
 .. centered::
    **Revolution created**
 
-**See Also** a sample TUI Script of :ref:`tui_create_revolution_by_bounding_planes` operation.
\ No newline at end of file
+**See Also** a sample TUI Script of :ref:`tui_create_revolution_by_bounding_planes` operation.
\ No newline at end of file