]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Added wrappings for sketch faces creation to be able to create an extrusion from...
authormpv <mikhail.ponikarov@opencascade.com>
Thu, 13 Nov 2014 16:10:13 +0000 (19:10 +0300)
committermpv <mikhail.ponikarov@opencascade.com>
Thu, 13 Nov 2014 16:10:13 +0000 (19:10 +0300)
src/GeomAlgoAPI/GeomAlgoAPI.i

index c43f350dc4bdb9e9d3471ae71ea82d293bd9cdb4..c2dbb80f02aea85a57e2eaae35826df36bf43faf 100644 (file)
@@ -6,6 +6,7 @@
   #include "GeomAlgoAPI_FaceBuilder.h"
   #include "GeomAlgoAPI_EdgeBuilder.h"
   #include "GeomAlgoAPI_PointBuilder.h"
+  #include "GeomAlgoAPI_SketchBuilder.h"
 %}
 
 // to avoid error on this
 // standard definitions
 %include "typemaps.i"
 %include "std_string.i"
+%include "std_list.i"
 //%include <std_shared_ptr.i>
 %include <boost_shared_ptr.i>
 
+%template(ShapeList) std::list<boost::shared_ptr<GeomAPI_Shape> >;
+
 // all supported interfaces
 %include "GeomAlgoAPI_FaceBuilder.h"
 %include "GeomAlgoAPI_EdgeBuilder.h"
 %include "GeomAlgoAPI_PointBuilder.h"
+%include "GeomAlgoAPI_SketchBuilder.h"