Salome HOME
EDF 2281:
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_dividedcylinder.doc
1 /*!
2
3 \page create_dividedcylinder_page DividedCylinder
4
5 To create a \b DividedCylinder in the <b>Main Menu</b> select <b>New Entity - >
6 Advanced - > DividedCylinder </b>
7
8 Specify the parameters of the DividedCylinder 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.MakeDividedCylinder(R, H)</em>
13
14 <b>Arguments:</b>
15 - \b R - Radius of the cylinder
16 - \b H - Height of the cylinder
17
18 \image html dividedcylinder_dlg.png
19
20 Example:
21
22 \image html dividedcylinder.png
23
24 Our <b>TUI Scripts</b> provide you with useful examples of creation of
25 \ref tui_creation_dividedcylinder "Advanced objects".
26
27 */