From 3803f064ab0c38ba6ae084921fd555a50310bcdb Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Tue, 28 Jul 2020 23:28:58 +0300 Subject: [PATCH] Make GeomAPI_WireExplorer available from the Python scripts. --- src/GeomAPI/GeomAPI.i | 2 ++ src/GeomAPI/GeomAPI_swig.h | 1 + 2 files changed, 3 insertions(+) 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" -- 2.39.2