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).
raises ( SALOME::SALOME_Exception );
/*!
- * Create a empty mesh object
+ * Create an empty mesh object
*/
SMESH_Mesh CreateEmptyMesh()
raises ( SALOME::SALOME_Exception );