20#ifndef GEOMALGOAPI_STEPIMPORT_H_
21#define GEOMALGOAPI_STEPIMPORT_H_
23#include <GeomAlgoAPI.h>
26#include <GeomAPI_Shape.h>
28#include <ModelAPI_ResultBody.h>
33std::shared_ptr<GeomAPI_Shape> STEPImport(
const std::string& theFileName,
34 const std::string& theFormatName,
35 const bool theScalInterUnits,
36 std::string& theError);
40GeomShapePtr STEPImportAttributs(
const std::string& theFileName,
41 std::shared_ptr<ModelAPI_ResultBody> theResultBody,
42 const bool theScalInterUnits,
43 const bool theMaterials,
45 std::map< std::wstring,
46 std::list<std::wstring>>& theMaterialShape,
47 std::string& theError);
50void TEST(std::shared_ptr<ModelAPI_ResultBody> theResultBody);