/*!
\page create_divideddisk_page DividedDisk
The Divided disk object is a disk divided into \b blocks. It means that it's a shape ready to be meshed with ruled hexaedra.
Moreover this shape can be used as a basis in an \ref create_extrusion_alongpath_page "Extrusion along a path operation" in order to obtain any tube shape prepared for hexaedral mesh
(see example below).
Example:
\image html divided_disk.png
To create a \b DividedDisk in the Main Menu select New Entity - >
Advanced - > DividedDisk
Specify the parameters of the DividedDisk 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.MakeDividedDisk(R, Orientation)
Arguments:
- \b R - Radius of the disk
- \b Orientation - Plane on wich the disk will be built
\image html divided_disk_dlg.png
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_divideddisk "Advanced objects".
*/