Salome HOME
Add test for addPoint in Python
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI.i
1 /* ConstructionAPI.i */
2 %module ConstructionAPI
3 %{
4   #include "ConstructionAPI_swig.h"
5 %}
6
7 // import other modules
8 %import "ModelHighAPI.i"
9
10 // to avoid error on this
11 #define CONSTRUCTIONAPI_EXPORT
12
13 // standard definitions
14 %include "typemaps.i"
15
16 // all supported interfaces
17 %include "ConstructionAPI_Point.h"