20#ifndef GEOMALGOAPI_XAOIMPORT_H_
21#define GEOMALGOAPI_XAOIMPORT_H_
23#include <GeomAlgoAPI.h>
27#include <GeomAPI_Shape.h>
35std::shared_ptr<GeomAPI_Shape> XAOImport(
const std::string& theFileName,
36 std::string& theError,
41std::shared_ptr<GeomAPI_Shape> XAOImportMem(
const std::string& theMemoryBuff,
42 std::string& theError,
The Xao class describes the XAO format.
Definition: XAO_Xao.hxx:51