"Dump Python". Add Geom_Gen::GetDumpName()

This commit is contained in:
eap 2005-03-29 08:48:54 +00:00
parent 368789e640
commit 699a8a6deb

View 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