mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-15 05:00:32 +05:00
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
/*!
|
|
|
|
\page create_divideddisk_page DividedDisk
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
<b>TUI Command:</b> <em>geompy.MakeDividedDisk(R, Orientation)</em>
|
|
|
|
<b>Arguments:</b>
|
|
- \b R - Radius of the disk
|
|
- \b Orientation - Plane on wich the disk will be built
|
|
|
|
\image html divided_disk_dlg.png
|
|
|
|
Our <b>TUI Scripts</b> provide you with useful examples of creation of
|
|
\ref tui_creation_divideddisk "Advanced objects".
|
|
|
|
*/
|