mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
IMP199929 Script simplification and correct Set Name of the Mesh
This commit is contained in:
parent
66181f3140
commit
c324294de9
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user