</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>
<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
<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'ajuster la précision de la valeur d'entrée avec
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 << ")";