20#ifndef GEOMALGOAPI_STEPIMPORTXCAF_H_
21#define GEOMALGOAPI_STEPIMPORTXCAF_H_
23#include <GeomAlgoAPI.h>
25#include <STEPCAFControl_Reader.hxx>
27#include <ModelAPI_ResultBody.h>
30std::shared_ptr<GeomAPI_Shape> readAttributes(STEPCAFControl_Reader &theReader,
31 std::shared_ptr<ModelAPI_ResultBody> theResultBody,
32 const bool theMaterials,
33 std::map< std::wstring,std::list<std::wstring>> &theMaterialShape,
34 std::string& theError);
36GEOMALGOAPI_EXPORT
void setColors(std::shared_ptr<ModelAPI_ResultBody> theResultBody);