]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI.i
Salome HOME
Issue #1369: Added "Create Shell" feature.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI.i
index 8c9279226a17c8deafb28e56f7947354b3b5c756..e4efaa2ba357688ebfd5c3e9dc4086aba5c0213f 100644 (file)
@@ -43,6 +43,7 @@
 %include "GeomAlgoAPI_Intersection.h"
 %include "GeomAlgoAPI_Pipe.h"
 %include "GeomAlgoAPI_WireBuilder.h"
+%include "GeomAlgoAPI_Sewing.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 );