From 146360cdde218df7b544c26e917a43066b2cfcf5 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 13 Apr 2007 05:39:07 +0000 Subject: [PATCH] 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); --- src/SMESHGUI/SMESHGUI_Swig.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }; -- 2.39.2