From: eap Date: Fri, 13 Apr 2007 05:39:07 +0000 (+0000) Subject: PAL13330( When mesh generation does not success, trace where ) X-Git-Tag: V3_2_6pre4~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=146360cdde218df7b544c26e917a43066b2cfcf5;p=modules%2Fsmesh.git 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); --- diff --git a/src/SMESHGUI/SMESHGUI_Swig.i b/src/SMESHGUI/SMESHGUI_Swig.i index 1a7c393fa..67c00c06e 100644 --- a/src/SMESHGUI/SMESHGUI_Swig.i +++ b/src/SMESHGUI/SMESHGUI_Swig.i @@ -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 ); };