1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: GEOMALGOAPI_BREPImport.h
4 // Created: Dec 24, 2014
5 // Author: Sergey BELASH
7 #ifndef GEOMALGOAPI_BREPIMPORT_H_
8 #define GEOMALGOAPI_BREPIMPORT_H_
10 #include <GeomAlgoAPI.h>
14 #include <GeomAPI_Shape.h>
16 /// Implementation of the import BREP files algorithms
18 std::shared_ptr<GeomAPI_Shape> BREPImport(const std::string& theFileName,
19 const std::string& theFormatName,
20 std::string& theError);
22 #endif /* GEOMALGOAPI_BREPIMPORT_H_ */