20#ifndef GEOMALGOAPI_XAOEXPORT_H_
21#define GEOMALGOAPI_XAOEXPORT_H_
23#include <GeomAlgoAPI.h>
27#include <GeomAPI_Shape.h>
35bool SetShapeToXAO(
const std::shared_ptr<GeomAPI_Shape>& theShape,
37 std::string& theError);
41bool XAOExport(
const std::string& theFileName,
43 std::string& theError,
44 const std::string& theShapeFileName = std::string());
48const std::string XAOExportMem(
XAO::Xao* theXao,
49 std::string& theError);
The Xao class describes the XAO format.
Definition: XAO_Xao.hxx:51