X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI.i;h=51817d6c1cbeddbd854097ab15a9de7ae9cc0e7a;hb=580f1752efd9d3e8c2890c4016b04dafd639bab7;hp=5d102832a96f9d7ab54b3bf7dd46b770ab55d59d;hpb=82d3fff7d0ed2c089da5aa6b106789be076081f3;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI.i b/src/GeomAlgoAPI/GeomAlgoAPI.i index 5d102832a..51817d6c1 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI.i +++ b/src/GeomAlgoAPI/GeomAlgoAPI.i @@ -6,17 +6,17 @@ #include "GeomAlgoAPI_CompoundBuilder.h" #include "GeomAlgoAPI_DFLoader.h" #include "GeomAlgoAPI_EdgeBuilder.h" - #include "GeomAlgoAPI_Extrusion.h" #include "GeomAlgoAPI_FaceBuilder.h" #include "GeomAlgoAPI_MakeShape.h" + #include "GeomAlgoAPI_MakeShapeCustom.h" #include "GeomAlgoAPI_MakeShapeList.h" - #include "GeomAlgoAPI_Movement.h" + #include "GeomAlgoAPI_Translation.h" #include "GeomAlgoAPI_Placement.h" #include "GeomAlgoAPI_PointBuilder.h" #include "GeomAlgoAPI_Prism.h" #include "GeomAlgoAPI_Revolution.h" #include "GeomAlgoAPI_Rotation.h" - #include "GeomAlgoAPI_ShapeProps.h" + #include "GeomAlgoAPI_ShapeTools.h" #include "GeomAlgoAPI_SketchBuilder.h" #include "GeomAlgoAPI_BREPExport.h" #include "GeomAlgoAPI_IGESExport.h" @@ -26,6 +26,7 @@ #include "GeomAlgoAPI_STEPImport.h" #include "GeomAlgoAPI_Tools.h" #include "GeomAlgoAPI_Transform.h" + #include "GeomAlgoAPI_PaveFiller.h" #include #include @@ -46,17 +47,17 @@ %include "GeomAlgoAPI_CompoundBuilder.h" %include "GeomAlgoAPI_DFLoader.h" %include "GeomAlgoAPI_EdgeBuilder.h" -%include "GeomAlgoAPI_Extrusion.h" %include "GeomAlgoAPI_FaceBuilder.h" %include "GeomAlgoAPI_MakeShape.h" +%include "GeomAlgoAPI_MakeShapeCustom.h" %include "GeomAlgoAPI_MakeShapeList.h" -%include "GeomAlgoAPI_Movement.h" +%include "GeomAlgoAPI_Translation.h" %include "GeomAlgoAPI_Placement.h" %include "GeomAlgoAPI_PointBuilder.h" %include "GeomAlgoAPI_Prism.h" %include "GeomAlgoAPI_Revolution.h" %include "GeomAlgoAPI_Rotation.h" -%include "GeomAlgoAPI_ShapeProps.h" +%include "GeomAlgoAPI_ShapeTools.h" %include "GeomAlgoAPI_SketchBuilder.h" %include "GeomAlgoAPI_BREPExport.h" %include "GeomAlgoAPI_IGESExport.h" @@ -66,6 +67,7 @@ %include "GeomAlgoAPI_STEPImport.h" %include "GeomAlgoAPI_Tools.h" %include "GeomAlgoAPI_Transform.h" +%include "GeomAlgoAPI_PaveFiller.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 );