Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_dividedcylinder.doc
1 /*!
2
3 \page create_dividedcylinder_page DividedCylinder
4
5 The <b>Divided cylinder</b> object is a cylinder divided into \b blocks for easy hexaedral meshing</b>.
6
7 \image html dividedcylinder.png
8
9 To create a \b DividedCylinder in the <b>Main Menu</b> select <b>New Entity - >
10 Advanced - > DividedCylinder </b>
11
12 Specify the parameters of the DividedCylinder object creation in the opened dialog
13 box and press "Apply" or "Apply & Close" button.
14 Result of each operation will be a GEOM_Object.
15
16 <b>TUI Command:</b> <em>geompy.MakeDividedCylinder(R, H)</em>
17
18 <b>Arguments:</b>
19 - \b R - Radius of the cylinder
20 - \b H - Height of the cylinder
21
22 \image html dividedcylinder_dlg.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 */