20#ifndef GEOMALGOAPI_GLTFEXPORT_H_
21#define GEOMALGOAPI_GLTFEXPORT_H_
23#include <GeomAlgoAPI.h>
27#include <GeomAPI_Shape.h>
32bool GLTFExport(
const std::string& theFileName,
33 const std::list<std::shared_ptr<GeomAPI_Shape> >& theShapes,
34 const std::list<std::shared_ptr<ModelAPI_Result> >& theResults,
36 std::string& theError);
The result of a feature.
Definition: ModelAPI_Result.h:37