Salome HOME
Issue #1369: Added "SubShapes" feature.
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
index b367e4333d258c2969672548e737c84816791ed7..02687c2590dfec87e98ca7870e7897f241a77dec 100644 (file)
 %shared_ptr(GeomAPI_Pnt2d)
 %shared_ptr(GeomAPI_Shape)
 %shared_ptr(GeomAPI_ShapeExplorer)
+%shared_ptr(GeomAPI_ShapeIterator)
 %shared_ptr(GeomAPI_Vertex)
 %shared_ptr(GeomAPI_XY)
 %shared_ptr(GeomAPI_XYZ)
 %shared_ptr(GeomAPI_Trsf)
+%shared_ptr(GeomAPI_Wire)
 
 
 // all supported interfaces
@@ -68,7 +70,9 @@
 %include "GeomAPI_Pnt.h"
 %include "GeomAPI_Pnt2d.h"
 %include "GeomAPI_ShapeExplorer.h"
+%include "GeomAPI_ShapeIterator.h"
 %include "GeomAPI_Vertex.h"
 %include "GeomAPI_XY.h"
 %include "GeomAPI_XYZ.h"
 %include "GeomAPI_Trsf.h"
+%include "GeomAPI_Wire.h"