From 5f3fa85183d3982049a324bc7c24e996d2104eec Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 12 Nov 2007 09:53:52 +0000 Subject: [PATCH] PAL16842 (Genertion of groups when a mesh is transformed) + long NbGroups() --- idl/SMESH_Mesh.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index 4e7b2c561..5e1c948da 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -246,6 +246,12 @@ module SMESH ListOfGroups GetGroups() raises (SALOME::SALOME_Exception); + /*! + * Get number of groups existing in the mesh + */ + long NbGroups() + raises (SALOME::SALOME_Exception); + /*! * Union of two groups * New group is created. All mesh elements that are -- 2.39.2