From 4fd9399dccd672595fb75728132bb5bc52596ff8 Mon Sep 17 00:00:00 2001 From: rnc Date: Tue, 10 Jul 2012 08:49:26 +0000 Subject: [PATCH] EDF 2281: Missing doc file and some translations --- .../gui/GEOM/input/creating_divideddisk.doc | 27 +++++++++++++++++++ src/GEOMGUI/GEOM_msg_en.ts | 4 +++ src/GEOMGUI/GEOM_msg_fr.ts | 4 +++ 3 files changed, 35 insertions(+) create mode 100644 doc/salome/gui/GEOM/input/creating_divideddisk.doc diff --git a/doc/salome/gui/GEOM/input/creating_divideddisk.doc b/doc/salome/gui/GEOM/input/creating_divideddisk.doc new file mode 100644 index 000000000..6e5e910b6 --- /dev/null +++ b/doc/salome/gui/GEOM/input/creating_divideddisk.doc @@ -0,0 +1,27 @@ +/*! + +\page create_divideddisk_page DividedDisk + +To create a \b DividedDisk in the Main Menu select New Entity - > +Advanced - > DividedDisk + +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. + +TUI Command: geompy.MakeDividedDisk(R, Ratio) + +Arguments: +- \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 TUI Scripts provide you with useful examples of creation of +\ref tui_creation_divideddisk "Advanced objects". + +*/ diff --git a/src/GEOMGUI/GEOM_msg_en.ts b/src/GEOMGUI/GEOM_msg_en.ts index d818591e5..3be6289ba 100644 --- a/src/GEOMGUI/GEOM_msg_en.ts +++ b/src/GEOMGUI/GEOM_msg_en.ts @@ -4546,6 +4546,10 @@ Otherwise the dimensions will be kept without modifications. GEOM_ADVANCED Advanced shape: type %1 + + GEOM_ADVANCED_202 + Divided Disk + GEOM_PRECISION_HINT Input value precision can be adjusted using diff --git a/src/GEOMGUI/GEOM_msg_fr.ts b/src/GEOMGUI/GEOM_msg_fr.ts index aa28ec380..2551c3cf4 100644 --- a/src/GEOMGUI/GEOM_msg_fr.ts +++ b/src/GEOMGUI/GEOM_msg_fr.ts @@ -4534,6 +4534,10 @@ Sinon les dimensions seront préservées sans modifications. GEOM_ADVANCED Objet géométrique avancé : type %1 + + GEOM_ADVANCED_202 + Disque prédécoupé + GEOM_PRECISION_HINT Il est possible d'ajuster la précision de la valeur d'entrée avec -- 2.39.2