mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 21:07:56 +05:00
Dump Python. Make GetAuxData() return TCollection_AsciiString
This commit is contained in:
parent
8f819a4836
commit
bc3508cd3c
@ -220,7 +220,7 @@ void GEOM_Object::SetAuxData(const char* theData)
|
||||
* GetAuxData
|
||||
*/
|
||||
//=============================================================================
|
||||
char* GEOM_Object::GetAuxData()
|
||||
TCollection_AsciiString GEOM_Object::GetAuxData()
|
||||
{
|
||||
Handle(TDataStd_Comment) aCommentAttr;
|
||||
if(!_label.FindAttribute(TDataStd_Comment::GetID(), aCommentAttr)) return NULL;
|
||||
|
@ -178,7 +178,7 @@ class GEOM_Object : public MMgt_TShared
|
||||
void SetAuxData(const char* theData);
|
||||
|
||||
//Returns an auxiliary data
|
||||
char* GetAuxData();
|
||||
TCollection_AsciiString GetAuxData();
|
||||
|
||||
//###########################################################
|
||||
// Sub shape methods
|
||||
|
Loading…
x
Reference in New Issue
Block a user