mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 03:51:27 +05:00
"Dump Python". Add Geom_Gen::GetDumpName()
This commit is contained in:
parent
368789e640
commit
699a8a6deb
@ -1984,7 +1984,13 @@ module GEOM
|
|||||||
* \param theObject is a GEOM object which IOR is requested
|
* \param theObject is a GEOM object which IOR is requested
|
||||||
*/
|
*/
|
||||||
string GetStringFromIOR (in GEOM_Object theObject);
|
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
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user