Salome HOME
Issue #1774: Can't select edge for tangent constraint creation
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPExport.h
index 09fa129e1922199dd29fde9e2b3ed37d6da63363..5376a050b1c43092d50f99d4106bd9bc2509e1e1 100644 (file)
 
 #include <string>
 
-#include <TopoDS_Shape.hxx>
-
-namespace STEPExport {
+#include <GeomAPI_Shape.h>
 
 /// Implementation of the export STEP files algorithms
 GEOMALGOAPI_EXPORT
-bool Export(const std::string& theFileName,
-            const std::string& theFormatName,
-            const TopoDS_Shape& theShape,
-            std::string& theError);
-
-} // namespace STEPExport
+bool STEPExport(const std::string& theFileName,
+                const std::string& theFormatName,
+                const std::shared_ptr<GeomAPI_Shape>& theShape,
+                std::string& theError);
 
 #endif /* GEOMALGOAPI_STEPEXPORT_H_ */