Salome HOME
3. Mixed topology: solids, faces, edges and vertices
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESImport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    GEOMALGOAPI_IGESImport.h
4 // Created: May 14, 2015
5 // Author:  Sergey POKHODENKO
6
7 #ifndef GEOMALGOAPI_IGESIMPORT_H_
8 #define GEOMALGOAPI_IGESIMPORT_H_
9
10 #include <GeomAlgoAPI.h>
11
12 #include <string>
13
14 #include <GeomAPI_Shape.h>
15
16 /// Implementation of the import IGES files algorithms
17 GEOMALGOAPI_EXPORT
18 std::shared_ptr<GeomAPI_Shape> IGESImport(const std::string& theFileName,
19                                           const std::string& theFormatName,
20                                           std::string& theError);
21
22 #endif /* GEOMALGOAPI_IGESIMPORT_H_ */