Salome HOME
Issue #2621: Dump with geometrical selection
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Selection.h
index 8612a81256884465f831bd860368418fe0b8c861..209aa4d95cf316b016308adc48b2191c8ca4d5ec 100644 (file)
@@ -24,6 +24,7 @@
 //--------------------------------------------------------------------------------------
 #include "ModelHighAPI.h"
 
+#include <list>
 #include <memory>
 #include <string>
 #include <utility>
@@ -75,6 +76,11 @@ public:
   ModelHighAPI_Selection(const std::string& theType,
                          const std::shared_ptr<GeomAPI_Pnt>& theSubShapeInnerPoint);
 
+  /// Constructor for sub-shape by inner point coordinates given by a tuple
+  MODELHIGHAPI_EXPORT
+  ModelHighAPI_Selection(const std::string& theType,
+                         const std::list<double>& theSubShapeInnerPoint);
+
 
   /// Constructor for sub-shape by weak naming identifier
   MODELHIGHAPI_EXPORT