Salome HOME
#1119 Confirmation box for deleting parts
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI.i
index 86addb6d2af1f326c52ddfe8b62f2872cb07303a..df680e9df416c165e44136df3c73ac846d1e97b8 100644 (file)
@@ -40,8 +40,9 @@
 %include "GeomAlgoAPI_Tools.h"
 %include "GeomAlgoAPI_Transform.h"
 %include "GeomAlgoAPI_PaveFiller.h"
+%include "GeomAlgoAPI_Intersection.h"
 
 %typemap(out) std::list< std::shared_ptr< GeomAPI_Shape > >::value_type & {
   $result = SWIG_NewPointerObj(SWIG_as_voidptr(new std::shared_ptr<GeomAPI_Shape>(*$1)), $descriptor(std::shared_ptr<GeomAPI_Shape> *), SWIG_POINTER_OWN | 0 );
 }
-%template(ShapeList) std::list<std::shared_ptr<GeomAPI_Shape> >;
\ No newline at end of file
+%template(ShapeList) std::list<std::shared_ptr<GeomAPI_Shape> >;