Salome HOME
0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface...
[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 hexahedral meshing. Two division patterns are available :
6
7 <ul>
8 <li> A square pattern, which is frequently used; </li>
9 <li> A hexagonal pattern, which ensures a better mesh quality and especially less acute or obtuse angles. </li>
10 </ul>
11
12 \image html dividedcylinder.png
13
14 To create a \b DividedCylinder in the <b>Main Menu</b> select <b>New Entity - >
15 Advanced - > DividedCylinder </b>
16
17 Specify the parameters of the DividedCylinder object creation in the opened dialog
18 box and press "Apply" or "Apply & Close" button.
19 Result of each operation will be a GEOM_Object.
20
21 <b>TUI Command:</b> <em>geompy.MakeDividedCylinder(R, H, Pattern)</em>
22
23 <b>Arguments:</b>
24 - \b R - Radius of the cylinder
25 - \b H - Height of the cylinder
26 - \b Pattern - Division pattern
27
28 \image html dividedcylinder_dlg.png
29
30 Our <b>TUI Scripts</b> provide you with useful examples of creation of
31 \ref tui_creation_dividedcylinder "Advanced objects".
32
33 */