Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / GDMLPlugin / doc / coneFeature.rst
index d92cb73cd3353cf9440fd5b17e0ac83eeaeaafc1..b2ca8040350f67ba08e365bc2198988d08d3b4e4 100644 (file)
@@ -2,7 +2,7 @@
 Cone segment
 ============
 
-The feature Cone segment creates a cone or its segment using GDML language.
+Cone segment feature creates a cone or its segment using GDML language.
 
 To create a Cone segment in the active part:
 
@@ -23,17 +23,17 @@ The following property panel will be opened:
 .. centered::
    **Cone 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:
 
-- **rmin1, rmax1** - minimal and maximal radiuses of a base of the cone.
-- **rmin2, rmax2** - minimal and maximal rediuses of a top of the cone.
-- **z** is a heighth of the cone.
-- **startphi** is a starting angle of the cone segment.
-- **deltaphi** is an angle to end of the cone segment.
+- **rmin1, rmax1** - minimal and maximal radii of the cone base.
+- **rmin2, rmax2** - minimal and maximal radii of the cone top.
+- **z** - height of the cone.
+- **startphi** - angle from the axis to the start of the cone segment.
+- **deltaphi** - arc angle of the cone segment.
 
 **TUI Command**:  *model.addConeSegment(Part_doc, rmin1, rmax1, rmin2, rmax2, z, startphi, deltaphi)*
   
-**Arguments**:    Part + Rmin of base + Rmax of base + Rmin of top + Rmax of top + height + start angle + end angle.
+**Arguments**:    Part + Rmin of base + Rmax of base + Rmin of top + Rmax of top + height + start angle + arc angle.
 
 Result
 """"""
@@ -46,4 +46,4 @@ The Result of the operation will be a SOLID.
 .. centered::
    Cone created
 
-**See Also** a sample TUI Script of :ref:`tui_create_conesegment` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_conesegment` operation.