1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: GEOMALGOAPI_BREPExport.h
4 // Created: May 14, 2015
5 // Author: Sergey POKHODENKO
7 #ifndef GEOMALGOAPI_BREPEXPORT_H_
8 #define GEOMALGOAPI_BREPEXPORT_H_
10 #include <GeomAlgoAPI.h>
14 #include <GeomAPI_Shape.h>
16 /// Implementation of the export BREP files algorithms
18 bool BREPExport(const std::string& theFileName,
19 const std::string& theFormatName,
20 const std::shared_ptr<GeomAPI_Shape>& theShape,
21 std::string& theError);
23 #endif /* GEOMALGOAPI_BREPEXPORT_H_ */