PAL13330( When mesh generation does not success, trace where )

-  void SetMeshIcon(const char* Mesh_Entry, const bool isComputed);
+  void SetMeshIcon(const char* Mesh_Entry, const bool isComputed, const bool isEmpty);
This commit is contained in:
eap 2007-04-13 05:39:07 +00:00
parent 52334b7ab3
commit 146360cdde

View File

@ -73,7 +73,7 @@ class SMESH_Swig
void SetName(const char* Entry, const char* Name);
void SetMeshIcon(const char* Mesh_Entry, const bool isComputed);
void SetMeshIcon(const char* Mesh_Entry, const bool isComputed, const bool isEmpty);
void CreateAndDisplayActor( const char* Mesh_Entry );
};