From a53116c67c13bc49fc54ffc190a6960612bd515c Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Mon, 14 Sep 2020 19:11:21 +0300 Subject: [PATCH] Make a set of curves accessible from the Python scripts. --- src/GeomAPI/GeomAPI.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GeomAPI/GeomAPI.i b/src/GeomAPI/GeomAPI.i index 70131cbeb..3e108a259 100644 --- a/src/GeomAPI/GeomAPI.i +++ b/src/GeomAPI/GeomAPI.i @@ -169,6 +169,7 @@ template std::shared_ptr shared_ptr_cast(std::shared_ptr %template(PointList) std::list >; %template(ShapeList) std::list >; // std::set -> [] +%template(CurveSet) std::set, GeomAPI_Curve::Comparator>; %template(ShapeSet) std::set, GeomAPI_Shape::Comparator>; %template(OriShapeSet) std::set, GeomAPI_Shape::ComparatorWithOri>; // std::map -> {} -- 2.39.2