X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FGDMLPlugin%2Fdoc%2FellipsoidFeature.rst;h=2844877a574583a9162e77ff0564bd0921d326e7;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=3e1501deb5f50ce28ac6ff6a88f3c30199ab9bb9;hpb=d5aebe794f9982e1aaa52879144d78deb8fde098;p=modules%2Fshaper.git diff --git a/src/GDMLPlugin/doc/ellipsoidFeature.rst b/src/GDMLPlugin/doc/ellipsoidFeature.rst index 3e1501deb..2844877a5 100644 --- a/src/GDMLPlugin/doc/ellipsoidFeature.rst +++ b/src/GDMLPlugin/doc/ellipsoidFeature.rst @@ -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 a :ref:`tui_create_ellipsoid` operation. +**See Also** a sample TUI Script of :ref:`tui_create_ellipsoid` operation.