X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI.i;h=41f79de25f0ec12ea8328195655105abbcda61d9;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=2bd0b7857eb3d04e9de18299fd1efe734f74d732;hpb=952efeb621c89406b5b4b2a7173ad42de4034fa8;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI.i b/src/GeomAPI/GeomAPI.i index 2bd0b7857..41f79de25 100644 --- a/src/GeomAPI/GeomAPI.i +++ b/src/GeomAPI/GeomAPI.i @@ -4,6 +4,7 @@ #include "GeomAPI.h" #include "GeomAPI_AISObject.h" #include "GeomAPI_Ax1.h" + #include "GeomAPI_Ax2.h" #include "GeomAPI_Ax3.h" #include "GeomAPI_Circ.h" #include "GeomAPI_Circ2d.h" @@ -45,6 +46,7 @@ // shared pointers %shared_ptr(GeomAPI_AISObject) %shared_ptr(GeomAPI_Ax1) +%shared_ptr(GeomAPI_Ax2) %shared_ptr(GeomAPI_Ax3) %shared_ptr(GeomAPI_Circ) %shared_ptr(GeomAPI_Circ2d) @@ -77,6 +79,7 @@ %include "GeomAPI_Shape.h" %include "GeomAPI_AISObject.h" %include "GeomAPI_Ax1.h" +%include "GeomAPI_Ax2.h" %include "GeomAPI_Ax3.h" %include "GeomAPI_Circ.h" %include "GeomAPI_Circ2d.h"