Salome HOME
Make GeomAlgoAPI_Box wrapped by SWIG
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI.i
index 775b64122d3707e1ddc438cca8acb1384c30ff24..71c5a05db255f81b91df106cb17bac1aff6e8704 100644 (file)
@@ -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<GeomAPI_Shape>(*$1)), $descriptor(std::shared_ptr<GeomAPI_Shape> *), SWIG_POINTER_OWN | 0 );