1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: GEOMALGOAPI_XAOExport.h
4 // Created: Nov 27, 2015
5 // Author: Sergey POKHODENKO
7 #ifndef GEOMALGOAPI_XAOEXPORT_H_
8 #define GEOMALGOAPI_XAOEXPORT_H_
10 #include <GeomAlgoAPI.h>
14 #include <GeomAPI_Shape.h>
20 /// Defines shape for the XAO object
22 bool SetShapeToXAO(const std::shared_ptr<GeomAPI_Shape>& theShape,
24 std::string& theError);
26 /// Implementation of the export XAO files algorithms
28 bool XAOExport(const std::string& theFileName,
30 std::string& theError);
32 #endif /* GEOMALGOAPI_XAOEXPORT_H_ */