Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / GDMLPlugin / doc / ellipsoidFeature.rst
index 3e1501deb5f50ce28ac6ff6a88f3c30199ab9bb9..2844877a574583a9162e77ff0564bd0921d326e7 100644 (file)
@@ -2,9 +2,9 @@
 Ellipsoid
 =========
 
-The feature Ellipsoid creates a 3d ellipsoid or its part using GDML language.
+Ellipsoid feature creates a 3d ellipsoid or its part using GDML language.
 
-To create a Ellipsoid in the active part:
+To create an Ellipsoid in the active part:
 
 #. select in the Main Menu *GDML - > Ellipsoid* item  or
 #. click **Ellipsoid** button in the toolbar.
@@ -23,13 +23,13 @@ The following property panel will be opened:
 .. centered::
    **Ellipsoid property panel**
 
-The property panel contains image which explains meaning of input values:
+The property panel contains an image, which explains the meaning of input values:
 
-- **ax** is a size of the ellipsoind along X axis.
-- **by** is a size of the ellipsoind along Y axis.
-- **cz** is a size of the ellipsoind along Z axis.
-- **zcut1** is a z coordinate of a lower cut plane.
-- **zcut2** is a z coordinate of a upper cut plane.
+- **ax** - ellipsoid size along X axis.
+- **by** - ellipsoid size along Y axis.
+- **cz** - ellipsoid size along Z axis.
+- **zcut1** - z-coordinate of a lower cut plane.
+- **zcut2** - z-coordinate of an upper cut plane.
 
 **TUI Command**:  *model.addEllipsoid(Part_doc, ax, by, cz)*
   
@@ -46,4 +46,4 @@ The Result of the operation will be a SOLID.
 .. centered::
    Ellipsoid created
 
-**See Also** a sample TUI Script of :ref:`tui_create_ellipsoid` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_ellipsoid` operation.