X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_STEPImport.h;h=5955ddbf11a13792b62f84379e769d476fd06cda;hb=1834431e0e067cbb4616f42679562d56af528f5e;hp=6cb5df61c14c659ffad1ec1ce20203f8eafca67a;hpb=a643e7f41e3e9f5fe1afc32a40d5856a107f038f;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h index 6cb5df61c..5955ddbf1 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h @@ -7,6 +7,9 @@ * Author: sbh */ +#ifndef GEOMALGOAPI_STEPIMPORT_H_ +#define GEOMALGOAPI_STEPIMPORT_H_ + #include #include @@ -16,12 +19,17 @@ namespace STEPImport { +/// Implementation of the import parameter from the STEP file GEOMALGOAPI_EXPORT Handle(TCollection_HAsciiString) GetValue(const TCollection_AsciiString& theFileName, const TCollection_AsciiString& theParameterName, TCollection_AsciiString& theError); + +/// Implementation of the import STEP files algorithms GEOMALGOAPI_EXPORT TopoDS_Shape Import(const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theFormatName, TCollection_AsciiString& theError, - const TDF_Label& theShapeLabel); + const TCollection_AsciiString& theFormatName, + TCollection_AsciiString& theError); } + +#endif /* GEOMALGOAPI_STEPIMPORT_H_ */