Salome HOME
EDF 2281: Documentation and icon for the divided disk primitive
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_divideddisk.doc
1 /*!
2
3 \page create_divideddisk_page DividedDisk
4
5 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.
6 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 
7 (see example below). 
8
9 Example:
10
11 \image html divided_disk.png
12
13 To create a \b DividedDisk in the <b>Main Menu</b> select <b>New Entity - >
14 Advanced - > DividedDisk </b>
15
16 Specify the parameters of the DividedDisk object creation in the opened dialog
17 box and press "Apply" or "Apply & Close" button.
18 Result of each operation will be a GEOM_Object.
19
20 <b>TUI Command:</b> <em>geompy.MakeDividedDisk(R, Orientation)</em>
21
22 <b>Arguments:</b>
23 - \b R - Radius of the disk
24 - \b Orientation - Plane on wich the disk will be built
25
26 \image html divided_disk_dlg.png
27
28 Our <b>TUI Scripts</b> provide you with useful examples of creation of
29 \ref tui_creation_divideddisk "Advanced objects".
30
31 */