]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
EDF 2281 : small fixes
authorrnc <rnc@opencascade.com>
Mon, 23 Jul 2012 11:52:37 +0000 (11:52 +0000)
committerrnc <rnc@opencascade.com>
Mon, 23 Jul 2012 11:52:37 +0000 (11:52 +0000)
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMImpl/GEOMImpl_IAdvancedOperations.cxx

index 98a2864f9d445b5687baaf41fb2b4d17d71cc552..a1580cdd473a456a7ba698057e48f3223df10b57 100644 (file)
         </message>
         <message>
             <source>ICON_OBJBROWSER_ADVANCED_203</source>
-            <translation>tree_dividedcylinder.png</translation>
+            <translation>dividedcylinder.png</translation>
         </message>
        <!-- @@ insert new functions before this line @@ do not remove this line @@ -->
     </context>
index 4d047fc5c2a74bdce537c483a93b759eedc03eb7..6a1488952191ef2af83ad7e7390fec3c075a8980 100644 (file)
@@ -4578,6 +4578,10 @@ Otherwise the dimensions will be kept without modifications.</translation>
         <source>GEOM_ADVANCED_202</source>
         <translation>Divided Disk</translation>
     </message>
+    <message>
+        <source>GEOM_ADVANCED_203</source>
+        <translation>Divided Cylinder</translation>
+    </message>
     <message>
         <source>GEOM_PRECISION_HINT</source>
         <translation>Input value precision can be adjusted using
index f5431a4aac0ebd64be354aabda3b3197ca12c8c3..c23bc423e7942f48c88218ab4fa5acf9a2a81064 100644 (file)
@@ -4566,6 +4566,10 @@ Sinon les dimensions seront préservées sans modifications.</translation>
         <source>GEOM_ADVANCED_202</source>
         <translation>Disque prédécoupé</translation>
     </message>
+    <message>
+        <source>GEOM_ADVANCED_203</source>
+        <translation>Cylindre prédécoupé</translation>
+    </message>
     <message>
         <source>GEOM_PRECISION_HINT</source>
         <translation>Il est possible d&apos;ajuster la précision de la valeur d&apos;entrée avec 
index 703112c7c9a93983e052e732c5e4351508955bfb..b4b9f714fe8b6c3e826c6c3a09b613734e922f4a 100644 (file)
@@ -2375,6 +2375,7 @@ Handle(GEOM_Object) GEOMImpl_IAdvancedOperations::MakeDividedCylinder (double th
         
   Handle(GEOM_Function) aFunction =  aShape->GetLastFunction();
   aFunction->SetDescription("");   // Erase dump of MakePrismDXDYDZ
+  aShape->SetType(GEOM_DIVIDEDCYLINDER);
   
   //Make a Python command
   GEOM::TPythonDump(aFunction) << aShape << " = geompy.MakeDividedCylinder(" << theR << ", " << theH << ")";