/*!
\page create_dividedcylinder_page DividedCylinder
The Divided cylinder object is a cylinder divided into \b blocks for easy hexaedral meshing.
\image html dividedcylinder.png
To create a \b DividedCylinder in the Main Menu select New Entity - >
Advanced - > DividedCylinder
Specify the parameters of the DividedCylinder object creation in the opened dialog
box and press "Apply" or "Apply & Close" button.
Result of each operation will be a GEOM_Object.
TUI Command: geompy.MakeDividedCylinder(R, H)
Arguments:
- \b R - Radius of the cylinder
- \b H - Height of the cylinder
\image html dividedcylinder_dlg.png
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_dividedcylinder "Advanced objects".
*/