From: Artem Zhidkov Date: Tue, 28 Jul 2020 20:28:58 +0000 (+0300) Subject: Make GeomAPI_WireExplorer available from the Python scripts. X-Git-Tag: V9_6_0a1~34 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3803f064ab0c38ba6ae084921fd555a50310bcdb;p=modules%2Fshaper.git Make GeomAPI_WireExplorer available from the Python scripts. --- diff --git a/src/GeomAPI/GeomAPI.i b/src/GeomAPI/GeomAPI.i index 71535409c..70131cbeb 100644 --- a/src/GeomAPI/GeomAPI.i +++ b/src/GeomAPI/GeomAPI.i @@ -76,6 +76,7 @@ %shared_ptr(GeomAPI_Trsf) %shared_ptr(GeomAPI_Vertex) %shared_ptr(GeomAPI_Wire) +%shared_ptr(GeomAPI_WireExplorer) %shared_ptr(GeomAPI_XY) %shared_ptr(GeomAPI_XYZ) @@ -160,6 +161,7 @@ template std::shared_ptr shared_ptr_cast(std::shared_ptr %include "GeomAPI_Trsf.h" %include "GeomAPI_Vertex.h" %include "GeomAPI_Wire.h" +%include "GeomAPI_WireExplorer.h" %include "GeomAPI_XY.h" %include "GeomAPI_XYZ.h" diff --git a/src/GeomAPI/GeomAPI_swig.h b/src/GeomAPI/GeomAPI_swig.h index 5974c2266..f75422021 100644 --- a/src/GeomAPI/GeomAPI_swig.h +++ b/src/GeomAPI/GeomAPI_swig.h @@ -62,6 +62,7 @@ #include "GeomAPI_Trsf.h" #include "GeomAPI_Vertex.h" #include "GeomAPI_Wire.h" + #include "GeomAPI_WireExplorer.h" #include "GeomAPI_XY.h" #include "GeomAPI_XYZ.h"