X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Mesh.idl;fp=idl%2FSMESH_Mesh.idl;h=fd70cc9f5031c19f70714fce2667e28069310c17;hp=b041641778cfb967434d1d1f09b43b07b1afa524;hb=6ed10b325cd7d8ceb9dc868e0cd2bf999300abf1;hpb=a8d87f2c1bf1823ed2db28972109396e595bbfaa diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index b04164177..fd70cc9f5 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -625,6 +625,8 @@ module SMESH */ double_array BaryCenter(in long id); + /*! Gets information about imported MED file */ + SALOME_MED::MedFileInfo GetMEDFileInfo(); }; interface SMESH_subMesh : SALOME::GenericObj, SMESH_IDSource