]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/creating_divideddisk.doc
Salome HOME
EDF 2281: Missing doc file and some translations
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_divideddisk.doc
1 /*!
2
3 \page create_divideddisk_page DividedDisk
4
5 To create a \b DividedDisk in the <b>Main Menu</b> select <b>New Entity - >
6 Advanced - > DividedDisk </b>
7
8 Specify the parameters of the DividedDisk object creation in the opened dialog
9 box and press "Apply" or "Apply & Close" button.
10 Result of each operation will be a GEOM_Object.
11
12 <b>TUI Command:</b> <em>geompy.MakeDividedDisk(R, Ratio)</em>
13
14 <b>Arguments:</b>
15 - \b R - Radius of the disk
16 - \b Ratio - Relative size of the central square diagonal against the disk diameter
17
18 \image html divideddisk_dlg.png
19
20 Example:
21
22 \image html divideddisk.png
23
24 Our <b>TUI Scripts</b> provide you with useful examples of creation of
25 \ref tui_creation_divideddisk "Advanced objects".
26
27 */