20#ifndef GEOMALGOAPI_BREPEXPORT_H_
21#define GEOMALGOAPI_BREPEXPORT_H_
23#include <GeomAlgoAPI.h>
27#include <GeomAPI_Shape.h>
31bool BREPExport(
const std::string& theFileName,
32 const std::string& theFormatName,
33 const std::shared_ptr<GeomAPI_Shape>& theShape,
34 std::string& theError);