Salome HOME
Fixed addAxis import
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI.i
index ed3c2172a428d599943846a1f92d20598d706928..ab4f400aa0e35cacfec186896eebb7dc809ac69b 100644 (file)
@@ -1,9 +1,13 @@
 /* ConstructionAPI.i */
+
 %module ConstructionAPI
+
 %{
   #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"