Salome HOME
Issue #529 : 4.07. Import IGES, export to BREP, STEP, IGES - Export IGES
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESImport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 /*
4  * GEOMALGOAPI_IGESImport.h
5  *
6  *  Created on: May 14, 2015
7  *      Author: spo
8  */
9
10 #ifndef GEOMALGOAPI_IGESIMPORT_H_
11 #define GEOMALGOAPI_IGESIMPORT_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 IGESImport {
20
21 /// Implementation of the import IGES files algorithms
22 GEOMALGOAPI_EXPORT
23 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
24                     const TCollection_AsciiString& theFormatName,
25                     TCollection_AsciiString& theError, const TDF_Label&);
26
27 }
28
29 #endif /* GEOMALGOAPI_IGESIMPORT_H_ */