From 699a8a6deb2375e3e3c2db614718fd99602243bb Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 29 Mar 2005 08:48:54 +0000 Subject: [PATCH] "Dump Python". Add Geom_Gen::GetDumpName() --- idl/GEOM_Gen.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index 891f401e0..aa0c9ace9 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -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 -- 2.39.2