Salome HOME
GetElementType method added
[modules/smesh.git] / src / SMESH_I / SMESH_subMesh_i.cxx
index 2e58af96a8531f35da589f13f8200b8c286f8cdd..f8ade30f58677fdf052cdec74ea70f8e3eb8b6a0 100644 (file)
@@ -474,3 +474,14 @@ SMESH::long_array* SMESH_subMesh_i::GetIDs()
   SMESH::long_array_var aResult = GetElementsId();
   return aResult._retn();
 }
+
+//=============================================================================
+/*!
+ *
+ */
+//=============================================================================
+SMESH::ElementType SMESH_subMesh_i::GetElementType( const CORBA::Long id, const bool iselem )
+  throw (SALOME::SALOME_Exception)
+{
+  return GetFather()->GetElementType( id, iselem );
+}