X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGDMLPlugin%2Fdoc%2FconeFeature.rst;h=b2ca8040350f67ba08e365bc2198988d08d3b4e4;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=d92cb73cd3353cf9440fd5b17e0ac83eeaeaafc1;hpb=d5aebe794f9982e1aaa52879144d78deb8fde098;p=modules%2Fshaper.git diff --git a/src/GDMLPlugin/doc/coneFeature.rst b/src/GDMLPlugin/doc/coneFeature.rst index d92cb73cd..b2ca80403 100644 --- a/src/GDMLPlugin/doc/coneFeature.rst +++ b/src/GDMLPlugin/doc/coneFeature.rst @@ -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 a :ref:`tui_create_conesegment` operation. +**See Also** a sample TUI Script of :ref:`tui_create_conesegment` operation.