Salome HOME
09fa129e1922199dd29fde9e2b3ed37d6da63363
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPExport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    GEOMALGOAPI_STEPExport.h
4 // Created: May 14, 2015
5 // Author:  Sergey POKHODENKO
6
7 #ifndef GEOMALGOAPI_STEPEXPORT_H_
8 #define GEOMALGOAPI_STEPEXPORT_H_
9
10 #include <GeomAlgoAPI.h>
11
12 #include <string>
13
14 #include <TopoDS_Shape.hxx>
15
16 namespace STEPExport {
17
18 /// Implementation of the export STEP files algorithms
19 GEOMALGOAPI_EXPORT
20 bool Export(const std::string& theFileName,
21             const std::string& theFormatName,
22             const TopoDS_Shape& theShape,
23             std::string& theError);
24
25 } // namespace STEPExport
26
27 #endif /* GEOMALGOAPI_STEPEXPORT_H_ */