/*! \page create_divideddisk_page DividedDisk 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, Ratio) Arguments: - \b R - Radius of the disk - \b Ratio - Relative size of the central square diagonal against the disk diameter \image html divideddisk_dlg.png Example: \image html divideddisk.png Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_divideddisk "Advanced objects". */