Salome HOME
7a7f28d410189d10efdcb7c9428256d7ec9206ae
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESExport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 /*
4  * GEOMALGOAPI_IGESExport.h
5  *
6  *  Created on: Dec 24, 2014
7  *      Author: sbh
8  */
9
10 #ifndef GEOMALGOAPI_IGESEXPORT_H_
11 #define GEOMALGOAPI_IGESEXPORT_H_
12
13 #include <GeomAlgoAPI.h>
14
15 #include <TCollection_AsciiString.hxx>
16 #include <TopoDS_Shape.hxx>
17 #include <TDF_Label.hxx>
18
19 namespace IGESExport {
20
21 /// Implementation of the import IGES files algorithms
22 GEOMALGOAPI_EXPORT
23 bool Export(const TCollection_AsciiString& theFileName,
24             const TCollection_AsciiString& theFormatName,
25             const TopoDS_Shape& theShape,
26             TCollection_AsciiString& theError, const TDF_Label&);
27
28 }
29
30 #endif /* GEOMALGOAPI_IGESEXPORT_H_ */