Salome HOME
Merge branch 'jfa/40620_ExportXAO_separate_BREP'
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_XAOExport.h
index d4ec4430b94385411f77a83c5d1096ad1ddfb2e4..ed135020fb7b9920202d0d6fd91dca942bd49b16 100644 (file)
@@ -40,7 +40,8 @@ bool SetShapeToXAO(const std::shared_ptr<GeomAPI_Shape>& theShape,
 GEOMALGOAPI_EXPORT
 bool XAOExport(const std::string& theFileName,
                XAO::Xao* theXao,
-               std::string& theError);
+               std::string& theError,
+               const std::string& theShapeFileName = std::string());
 
 /// Implementation of the export XAO to memory buffer (std::string)
 GEOMALGOAPI_EXPORT