From 3958bd83bc41c4c9bddbbbba375dd187e2363044 Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 6 Dec 2017 19:04:12 +0300 Subject: [PATCH] Make GeomAlgoAPI_Box wrapped by SWIG --- src/GeomAlgoAPI/GeomAlgoAPI.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI.i b/src/GeomAlgoAPI/GeomAlgoAPI.i index 775b64122..71c5a05db 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI.i +++ b/src/GeomAlgoAPI/GeomAlgoAPI.i @@ -94,6 +94,7 @@ %include "GeomAlgoAPI_ShapeAPI.h" %include "GeomAlgoAPI_Copy.h" %include "GeomAlgoAPI_Symmetry.h" +%include "GeomAlgoAPI_Box.h" %typemap(out) std::list< std::shared_ptr< GeomAPI_Shape > >::value_type & { $result = SWIG_NewPointerObj(SWIG_as_voidptr(new std::shared_ptr(*$1)), $descriptor(std::shared_ptr *), SWIG_POINTER_OWN | 0 ); -- 2.39.2