Salome HOME
Issue #608: Usage of OCCT in interface -- Remove OCCT from *Export/Import interfaces...
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPImport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    GEOMALGOAPI_STEPImport.h
4 // Created: Dec 24, 2014
5 // Author:  Sergey BELASH
6
7
8 #ifndef GEOMALGOAPI_STEPIMPORT_H_
9 #define GEOMALGOAPI_STEPIMPORT_H_
10
11 #include <GeomAlgoAPI.h>
12
13 #include <string>
14
15 #include <GeomAPI_Shape.h>
16
17 /// Implementation of the import STEP files algorithms
18 GEOMALGOAPI_EXPORT
19 std::shared_ptr<GeomAPI_Shape> STEPImport(const std::string& theFileName,
20                                           const std::string& theFormatName,
21                                           std::string& theError);
22
23 #endif /* GEOMALGOAPI_STEPIMPORT_H_ */