From: Artem Zhidkov Date: Mon, 14 Sep 2020 16:11:21 +0000 (+0300) Subject: Make a set of curves accessible from the Python scripts. X-Git-Tag: V9_6_0a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a53116c67c13bc49fc54ffc190a6960612bd515c;p=modules%2Fshaper.git Make a set of curves accessible from the Python scripts. --- 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 -> {}