From: ptv Date: Tue, 9 Dec 2008 10:57:24 +0000 (+0000) Subject: IMP199929 Script simplification and correct Set Name of the Mesh X-Git-Tag: Phase8_Part1_16122008~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c324294de972e297c0792071b52edd21ae74955f;p=modules%2Fsmesh.git IMP199929 Script simplification and correct Set Name of the Mesh --- diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index f12e67ae8..79ebdefce 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -163,6 +163,13 @@ module SMESH in GEOM::GEOM_Object theGeom) raises ( SALOME::SALOME_Exception ); + /*! + * Set the object name + */ + void SetName( in string theObjectIOR, + in string theObjectName ) + raises ( SALOME::SALOME_Exception ); + /*! * Create a Mesh object, given a geometry shape. * Mesh is created empty (no points, no elements). @@ -174,7 +181,7 @@ module SMESH raises ( SALOME::SALOME_Exception ); /*! - * Create a empty mesh object + * Create an empty mesh object */ SMESH_Mesh CreateEmptyMesh() raises ( SALOME::SALOME_Exception );