Salome HOME
Add ModelHighAPI & ConstructionAPI pachages
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI.i
diff --git a/src/ConstructionAPI/ConstructionAPI.i b/src/ConstructionAPI/ConstructionAPI.i
new file mode 100644 (file)
index 0000000..5d9a794
--- /dev/null
@@ -0,0 +1,17 @@
+/* ConstructionAPI.i */
+%module ConstructionAPI
+%{
+  #include "ConstructionAPI_swig.h"
+%}
+
+// import other modules
+%import "ModelHighAPI.i"
+
+// to avoid error on this
+#define CONSTRUCTIONAPI_EXPORT
+
+// standard definitions
+%include "typemaps.i"
+
+// all supported interfaces
+%include "ConstructionAPI_Point.h"