Salome HOME
53103: Mesh visualization performance problem
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_work_on_objects_from_gui.doc
index abc51d95bc43f35140ecffb45f4f51b1f10db06e..569d821a91f89bb732c02ae920f71e071aa4a3ac 100644 (file)
@@ -6,7 +6,7 @@ It is sometimes useful to work alternatively in the GUI of SALOME and in the Pyt
 
 \code
 myMesh_ref = salome.IDToObject("ID")  
-// were ID is the number that appears in the object browser in the Entry column 
+// were ID is the string looking like "0:1:2:3" that appears in the object browser in the Entry column 
 // ( If hidden show it by right clicking and checking the checkbox Entry)
 myMesh = smesh.Mesh(myMesh_ref)
 \endcode