Salome HOME
Issue #1649: Added CPP High API for Plane feature;
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI.i
index 8ac763a3ced43676552637c7291c1c286423891d..ab4f400aa0e35cacfec186896eebb7dc809ac69b 100644 (file)
@@ -6,6 +6,8 @@
   #include "ConstructionAPI_swig.h"
 %}
 
+%include "doxyhelp.i"
+
 // import other modules
 %import "ModelHighAPI.i"
 
 %include "std_shared_ptr.i"
 
 // shared pointers
+%shared_ptr(ConstructionAPI_Axis)
+%shared_ptr(ConstructionAPI_Plane)
 %shared_ptr(ConstructionAPI_Point)
 
 // all supported interfaces
+%include "ConstructionAPI_Axis.h"
+%include "ConstructionAPI_Plane.h"
 %include "ConstructionAPI_Point.h"