Salome HOME
bos #29477 Information on shape in TUI. New 'shapeInfo' python method.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_swig.h
index fc12c5be70a7934b6a9cbe9717bdcaa48e6c1630..a3be80588ab9a909a6603235ed2f4dc0a689458c 100644 (file)
@@ -63,6 +63,7 @@
   #include "GeomAlgoAPI_Copy.h"
   #include "GeomAlgoAPI_Symmetry.h"
   #include "GeomAlgoAPI_MapShapesAndAncestors.h"
+  #include "GeomAlgoAPI_ShapeInfo.h"
 
   #include <memory>
   #include <string>
@@ -76,3 +77,6 @@
   #endif
 
 #endif /* SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_ */
+
+// fix for SWIG v2.0.4
+#define SWIGPY_SLICE_ARG(obj) ((PyObject*)(obj))