Salome HOME
correct a small bug detected when using different wire discretisation
[modules/smesh.git] / idl / SMESH_Gen.idl
index c30750bf071b43be534679ac9e32ce4605abe203..82136fee136a087e725e24aa94d5f26f7a1e14c9 100644 (file)
@@ -104,7 +104,13 @@ module SMESH
     //                          in shape_array listOfSubShape)
     //  raises (SALOME::SALOME_Exception);
     
-
+       /**
+        * Import a mesh from a file.
+        * @param fileName file name to be imported.
+        * @param fileType Currently it could be either "DAT", "UNV" or "MED".
+        * @param studyId The id of the current study.
+        */
+       SMESH_Mesh Import(in long studyId, in string fileName, in string fileType);
   };
 
 };