From: spo Date: Mon, 29 Jun 2015 13:46:23 +0000 (+0300) Subject: Revert "Temporary modifications for the compillation correction" X-Git-Tag: V_1.3.0~162 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a4e67102b933e1299bddeccc050298c09d5de99a;p=modules%2Fshaper.git Revert "Temporary modifications for the compillation correction" This reverts commit a3dda4b6876e2bd77837e46655c43c1b37f5d1f9. --- diff --git a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp index f57fa4ca8..f4e87b76e 100644 --- a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp @@ -124,8 +124,7 @@ bool ExchangePlugin_ExportFeature::exportFile(const std::string& theFileName, } else if (aFormatName == "STEP") { aResult = STEPExport(theFileName, aFormatName, aShape, anError); } else if (aFormatName.substr(0, 4) == "IGES") { - // to be uncommented when the method interface is corrected - //aResult = IGESExport(theFileName, aFormatName, aShape, anError); + aResult = IGESExport(theFileName, aFormatName, aShape, anError); } else { anError = "Unsupported format " + aFormatName; } diff --git a/src/GeomAlgoAPI/GeomAlgoAPI.i b/src/GeomAlgoAPI/GeomAlgoAPI.i index cba9b2383..6a49f1fae 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI.i +++ b/src/GeomAlgoAPI/GeomAlgoAPI.i @@ -19,7 +19,7 @@ #include "GeomAlgoAPI_ShapeProps.h" #include "GeomAlgoAPI_SketchBuilder.h" #include "GeomAlgoAPI_BREPExport.h" - //#include "GeomAlgoAPI_IGESExport.h" + #include "GeomAlgoAPI_IGESExport.h" #include "GeomAlgoAPI_STEPExport.h" #include "GeomAlgoAPI_BREPImport.h" #include "GeomAlgoAPI_IGESImport.h" @@ -58,7 +58,7 @@ %include "GeomAlgoAPI_ShapeProps.h" %include "GeomAlgoAPI_SketchBuilder.h" %include "GeomAlgoAPI_BREPExport.h" -//%include "GeomAlgoAPI_IGESExport.h" +%include "GeomAlgoAPI_IGESExport.h" %include "GeomAlgoAPI_STEPExport.h" %include "GeomAlgoAPI_BREPImport.h" %include "GeomAlgoAPI_IGESImport.h"