diff --git a/doc/salome/gui/GEOM/images/dividedcylinder.png b/doc/salome/gui/GEOM/images/dividedcylinder.png
new file mode 100644
index 000000000..e84ecf06a
Binary files /dev/null and b/doc/salome/gui/GEOM/images/dividedcylinder.png differ
diff --git a/doc/salome/gui/GEOM/images/dividedcylinder_dlg.png b/doc/salome/gui/GEOM/images/dividedcylinder_dlg.png
new file mode 100644
index 000000000..95b96d00e
Binary files /dev/null and b/doc/salome/gui/GEOM/images/dividedcylinder_dlg.png differ
diff --git a/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc b/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc
index e0d7f0845..1b9de1e2d 100644
--- a/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc
+++ b/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc
@@ -2,6 +2,10 @@
\page create_dividedcylinder_page DividedCylinder
+The Divided cylinder object is a cylinder divided into \b blocks for easy hexaedral meshing.
+
+\image html dividedcylinder.png
+
To create a \b DividedCylinder in the Main Menu select New Entity - >
Advanced - > DividedCylinder
@@ -17,10 +21,6 @@ Result of each operation will be a GEOM_Object.
\image html dividedcylinder_dlg.png
-Example:
-
-\image html dividedcylinder.png
-
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_dividedcylinder "Advanced objects".
diff --git a/resources/Makefile.am b/resources/Makefile.am
index 360c2fb2a..6ec86cabe 100644
--- a/resources/Makefile.am
+++ b/resources/Makefile.am
@@ -252,8 +252,9 @@ ADVANCED_RESOURCES += dlg_pipetshapechamferh.png dlg_pipetshapechamferw.png
ADVANCED_RESOURCES += dlg_pipetshapefilletl1.png dlg_pipetshapefilletr1.png dlg_pipetshapefilletw1.png
ADVANCED_RESOURCES += dlg_pipetshapefilletl2.png dlg_pipetshapefilletr2.png dlg_pipetshapefilletw2.png
ADVANCED_RESOURCES += dlg_pipetshapefilletrf.png
-#ADVANCED_RESOURCES += divideddisk.png divideddisk_r_ratio.png tree_divideddisk.png
-#ADVANCED_RESOURCES += dividedcylinder.png dividedcylinder_r_h.png tree_dividedcylinder.png
+# ADVANCED_RESOURCES += divideddisk.png divideddisk_r_ratio.png tree_divideddisk.png
+ADVANCED_RESOURCES += dividedcylinder.png dividedcylinder_r_h.png
+# tree_dividedcylinder.png
##@@ insert new functions before this line @@ do not remove this line @@##
dist_salomeres_DATA += $(ADVANCED_RESOURCES)
diff --git a/resources/dividedcylinder.png b/resources/dividedcylinder.png
new file mode 100644
index 000000000..a7de2f605
Binary files /dev/null and b/resources/dividedcylinder.png differ
diff --git a/resources/dividedcylinder_r_h.png b/resources/dividedcylinder_r_h.png
new file mode 100644
index 000000000..1b914b97d
Binary files /dev/null and b/resources/dividedcylinder_r_h.png differ
diff --git a/src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.cxx b/src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.cxx
index b755c01ea..fdd172abc 100644
--- a/src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.cxx
+++ b/src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.cxx
@@ -59,6 +59,9 @@ AdvancedGUI_DividedCylinderDlg::AdvancedGUI_DividedCylinderDlg (GeometryGUI* the
mainFrame()->RadioButton3->close();
GroupParams = new DlgRef_2Spin(centralWidget());
+ GroupParams->GroupBox1->setTitle(tr("GEOM_BOX_OBJ"));
+ GroupParams->TextLabel1->setText(tr("GEOM_RADIUS"));
+ GroupParams->TextLabel2->setText(tr("GEOM_HEIGHT"));
QVBoxLayout* layout = new QVBoxLayout(centralWidget());
layout->setMargin(0); layout->setSpacing(6);
diff --git a/src/GEOMGUI/GEOM_msg_en.ts b/src/GEOMGUI/GEOM_msg_en.ts
index 3be6289ba..4d047fc5c 100644
--- a/src/GEOMGUI/GEOM_msg_en.ts
+++ b/src/GEOMGUI/GEOM_msg_en.ts
@@ -537,6 +537,14 @@ Please, select face, shell or solid and try again
Divided Disk construction
+
+
+ Divided Cylinder
+
+
+
+ Divided Cylinder construction
+
Dx :
@@ -2366,6 +2374,26 @@ Please, select face, shell or solid and try again
Divided Disk
+
+
+ Divided Disk
+
+
+
+ Divided Disk
+
+
+
+ Divided Cylinder
+
+
+
+ Divided Cylinder
+
+
+
+ Divided Cylinder
+
Show All
diff --git a/src/GEOMGUI/GEOM_msg_fr.ts b/src/GEOMGUI/GEOM_msg_fr.ts
index 2551c3cf4..f5431a4aa 100644
--- a/src/GEOMGUI/GEOM_msg_fr.ts
+++ b/src/GEOMGUI/GEOM_msg_fr.ts
@@ -537,6 +537,14 @@ Choisissez une face, une coque ou un solide et essayez de nouveau
Construction d'un disque prédécoupé
+
+
+ Cylinder prédécoupé
+
+
+
+ Construction d'un cylindre prédécoupé
+
Dx :
@@ -2366,6 +2374,26 @@ Choisissez une face, une coque ou un solide et essayez de nouveau
Disque prédécoupé
+
+
+ Disque prédécoupé
+
+
+
+ Disque prédécoupé
+
+
+
+ Cylinder prédécoupé
+
+
+
+ Cylinder prédécoupé
+
+
+
+ Cylinder prédécoupé
+
Afficher tout