Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_IPolyline.h
index 1c4728995fbed9fcc1ec5ac261a6769f1690611c..5d15d916eb8d27d4d5986827672b61248050305f 100644 (file)
@@ -195,7 +195,7 @@ public:
    *                        only for section with this index
    * \return list of points
    */
-  HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1 ) const = 0;
+  HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1, bool IsConvertToGlobal = false ) const = 0;
 
 protected: