From: azv Date: Wed, 6 Dec 2017 16:04:12 +0000 (+0300) Subject: Make GeomAlgoAPI_Box wrapped by SWIG X-Git-Tag: V_2.10.0RC~90 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3958bd83bc41c4c9bddbbbba375dd187e2363044;p=modules%2Fshaper.git Make GeomAlgoAPI_Box wrapped by SWIG --- 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 );