EDF 2281: Documentation and icon for the divided disk primitive

This commit is contained in:
rnc 2012-07-18 15:13:46 +00:00
parent 79173ddb6e
commit 54ab8e9b35
5 changed files with 15 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -2,6 +2,14 @@
\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>
@ -9,17 +17,13 @@ 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, Ratio)</em>
<b>TUI Command:</b> <em>geompy.MakeDividedDisk(R, Orientation)</em>
<b>Arguments:</b>
- \b R - Radius of the disk
- \b Ratio - Relative size of the central square diagonal against the disk diameter
- \b Orientation - Plane on wich the disk will be built
\image html divideddisk_dlg.png
Example:
\image html divideddisk.png
\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".

View File

@ -73,6 +73,7 @@ cylinder.png \
cylinderdxyz.png \
cylinderpointvector.png \
delete.png \
divided_disk.png \
disk.png \
disk3points.png \
disk_pntvecr.png \

View File

@ -1278,11 +1278,11 @@
-->
<message>
<source>ICON_DLG_DIVIDEDDISK_R_RATIO</source>
<translation>divideddisk_r_ratio.png</translation>
<translation>divided_disk.png</translation>
</message>
<message>
<source>ICO_DIVIDEDDISK</source>
<translation>divideddisk.png</translation>
<translation>divided_disk.png</translation>
</message>
<message>
<source>ICON_OBJBROWSER_ADVANCED_202</source>

View File

@ -2289,6 +2289,7 @@ Handle(GEOM_Object) GEOMImpl_IAdvancedOperations::MakeDividedDisk (double theR,
return aShape;
}
//=============================================================================
/*!
* Builds a cylinder prepared for hexa meshes