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