X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_STEPExport.h;h=9985d3266ace18d9e184867638918ccba6be6eaf;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=b3c77f325f6db3aaeaf37613d5a82cee66155ed9;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h index b3c77f325..9985d3266 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -23,14 +23,19 @@ #include #include +#include +#include -#include +class GeomAPI_Shape; +class ModelAPI_Result; -/// Implementation of the export STEP files algorithms +/// Implementation of the export STEP files algorithms. +/// In order to supposrt names and colors experted, theShapes list corresponds to theResults +/// list elements one by one. GEOMALGOAPI_EXPORT bool STEPExport(const std::string& theFileName, - const std::string& theFormatName, - const std::shared_ptr& theShape, + const std::list >& theShapes, + const std::list >& theResults, std::string& theError); #endif /* GEOMALGOAPI_STEPEXPORT_H_ */