2012-07-10 14:49:26 +06:00
/*!
\page create_divideddisk_page DividedDisk
2012-07-18 21:13:46 +06:00
The <b>Divided disk</b> 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
2012-07-10 14:49:26 +06:00
To create a \b DividedDisk in the <b>Main Menu</b> select <b>New Entity - >
Advanced - > DividedDisk </b>
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.
2012-07-18 21:13:46 +06:00
<b>TUI Command:</b> <em>geompy.MakeDividedDisk(R, Orientation)</em>
2012-07-10 14:49:26 +06:00
<b>Arguments:</b>
- \b R - Radius of the disk
2012-07-18 21:13:46 +06:00
- \b Orientation - Plane on wich the disk will be built
2012-07-10 14:49:26 +06:00
2012-07-18 21:13:46 +06:00
\image html divided_disk_dlg.png
2012-07-10 14:49:26 +06:00
Our <b>TUI Scripts</b> provide you with useful examples of creation of
\ref tui_creation_divideddisk "Advanced objects".
*/