20 #ifndef GEOMALGOAPI_STEPEXPORT_H_
21 #define GEOMALGOAPI_STEPEXPORT_H_
23 #include <GeomAlgoAPI.h>
38 bool STEPExport(
const std::string& theFileName,
39 const std::list<std::shared_ptr<GeomAPI_Shape> >& theShapes,
40 const std::list<std::shared_ptr<ModelAPI_Result> >& theResults,
41 std::string& theError);
44 bool STEPExport(
const std::string& theFileName,
45 const std::shared_ptr<GeomAPI_Shape>& theShape,
46 std::map<std::shared_ptr<GeomAPI_Shape>, std::vector<int>>& theColoredShapes,
47 std::string& theError);
Interface to the topological shape object.
Definition: GeomAPI_Shape.h:43
The result of a feature.
Definition: ModelAPI_Result.h:37