]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI.i
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
index 3f65f05f21ba8978b0bdeec124704d11051ce7bd..67d8297f7baa307eb1c14caacba98ca43a264dd8 100644 (file)
@@ -5,6 +5,8 @@
   #include "GeomAPI.h"
   #include "GeomAPI_Interface.h"
   #include "GeomAPI_Pnt.h"
+  #include "GeomAPI_Dir.h"
+  #include "GeomAPI_Pln.h"
   #include "GeomAPI_Shape.h"
 %}
 
 // %include <boost_shared_ptr.i>
 %shared_ptr(GeomAPI_Interface)
 %shared_ptr(GeomAPI_Pnt)
+%shared_ptr(GeomAPI_Dir)
+%shared_ptr(GeomAPI_Pln)
 %shared_ptr(GeomAPI_Shape)
 
 // all supported interfaces
 %include "GeomAPI_Interface.h"
 %include "GeomAPI_Pnt.h"
+%include "GeomAPI_Dir.h"
+%include "GeomAPI_Pln.h"
 %include "GeomAPI_Shape.h"