} else if (aFormatName == "STEP") {
aResult = STEPExport(theFileName, aFormatName, aShape, anError);
} else if (aFormatName.substr(0, 4) == "IGES") {
- aResult = IGESExport(theFileName, aFormatName, aShape, anError);
+ // to be uncommented when the method interface is corrected
+ //aResult = IGESExport(theFileName, aFormatName, aShape, anError);
} else {
anError = "Unsupported format " + aFormatName;
}
#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"
%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"