]> SALOME platform Git repositories - modules/shaper.git/blob - src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h
Salome HOME
Fix some header comments in files
[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 <TopoDS_Shape.hxx>
16
17 /// Implementation of the import STEP files algorithms
18 GEOMALGOAPI_EXPORT
19 TopoDS_Shape STEPImport(const std::string& theFileName,
20                         const std::string& theFormatName,
21                         std::string& theError);
22
23 #endif /* GEOMALGOAPI_STEPIMPORT_H_ */