Salome HOME
[bos #42437] fixed problem where sketch validation icons in toolbar were not activated
[modules/shaper.git] / src / GDMLPlugin / doc / coneFeature.rst
index d92cb73cd3353cf9440fd5b17e0ac83eeaeaafc1..8eb04fe5f6310982e758710256c7b494d4c50d7b 100644 (file)
@@ -2,48 +2,45 @@
 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:
 
 #. select in the Main Menu *GDML - > Cone segment* item  or
 #. click **Cone segment** button in the toolbar.
 
-.. image:: images/cone_btn.png
+.. figure:: images/cone_btn.png
    :align: center
 
-.. centered::
    **Cone segment**  button 
 
 The following property panel will be opened:
 
-.. image:: images/Cone_panel.png
+.. figure:: images/Cone_panel.png
    :align: center
        
-.. 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
 """"""
 
 The Result of the operation will be a SOLID.
 
-.. image:: images/CreatedCone.png
+.. figure:: images/CreatedCone.png
           :align: center
                   
-.. 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.