mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 17:10:33 +05:00
EDF 2281: Missing doc file and some translations
This commit is contained in:
parent
8744c2334b
commit
4fd9399dcc
27
doc/salome/gui/GEOM/input/creating_divideddisk.doc
Normal file
27
doc/salome/gui/GEOM/input/creating_divideddisk.doc
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/*!
|
||||||
|
|
||||||
|
\page create_divideddisk_page DividedDisk
|
||||||
|
|
||||||
|
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, Ratio)</em>
|
||||||
|
|
||||||
|
<b>Arguments:</b>
|
||||||
|
- \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 <b>TUI Scripts</b> provide you with useful examples of creation of
|
||||||
|
\ref tui_creation_divideddisk "Advanced objects".
|
||||||
|
|
||||||
|
*/
|
@ -4546,6 +4546,10 @@ Otherwise the dimensions will be kept without modifications.</translation>
|
|||||||
<source>GEOM_ADVANCED</source>
|
<source>GEOM_ADVANCED</source>
|
||||||
<translation>Advanced shape: type %1</translation>
|
<translation>Advanced shape: type %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>GEOM_ADVANCED_202</source>
|
||||||
|
<translation>Divided Disk</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>GEOM_PRECISION_HINT</source>
|
<source>GEOM_PRECISION_HINT</source>
|
||||||
<translation>Input value precision can be adjusted using
|
<translation>Input value precision can be adjusted using
|
||||||
|
@ -4534,6 +4534,10 @@ Sinon les dimensions seront préservées sans modifications.</translation>
|
|||||||
<source>GEOM_ADVANCED</source>
|
<source>GEOM_ADVANCED</source>
|
||||||
<translation>Objet géométrique avancé : type %1</translation>
|
<translation>Objet géométrique avancé : type %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>GEOM_ADVANCED_202</source>
|
||||||
|
<translation>Disque prédécoupé</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>GEOM_PRECISION_HINT</source>
|
<source>GEOM_PRECISION_HINT</source>
|
||||||
<translation>Il est possible d'ajuster la précision de la valeur d'entrée avec
|
<translation>Il est possible d'ajuster la précision de la valeur d'entrée avec
|
||||||
|
Loading…
Reference in New Issue
Block a user