Salome HOME
Make GeomAPI_WireExplorer available from the Python scripts.
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 28 Jul 2020 20:28:58 +0000 (23:28 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 28 Jul 2020 20:28:58 +0000 (23:28 +0300)
src/GeomAPI/GeomAPI.i
src/GeomAPI/GeomAPI_swig.h

index 71535409c7682926e42f88d31f9d76678d22abb5..70131cbeb2db0f16dc469c529945d41e5967685e 100644 (file)
@@ -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<class T1, class T2> std::shared_ptr<T1> 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"
 
index 5974c2266abf949e62b40c7bfe7e31e4717253d6..f7542202105bc374a99676e6e6185c3c99b1e903 100644 (file)
@@ -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"