]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
"Dump Python". Add Geom_Gen::GetDumpName()
authoreap <eap@opencascade.com>
Tue, 29 Mar 2005 08:48:54 +0000 (08:48 +0000)
committereap <eap@opencascade.com>
Tue, 29 Mar 2005 08:48:54 +0000 (08:48 +0000)
idl/GEOM_Gen.idl

index 891f401e02eb7ed37a7f77399a3497c69b6a386f..aa0c9ace9b1ea7399bec6a90ceff34b6a8946ed3 100644 (file)
@@ -1984,7 +1984,13 @@ module GEOM
      *  \param theObject is a GEOM object which IOR is requested
      */
     string GetStringFromIOR (in GEOM_Object theObject);
-  };
+
+      /*!
+     *  Returns a name with which a GEOM object was dumped into python script
+     *  \param theStudyEntry is an entry of the GEOM object in the study
+     */
+    string GetDumpName (in string theStudyEntry);
+};
 };
 
 #endif