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