Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_IPolyline.h
index 08cc1e665131227564c0386aa19986889fd69a13..5d15d916eb8d27d4d5986827672b61248050305f 100644 (file)
@@ -120,7 +120,7 @@ public:
    */
   HYDRODATA_EXPORT virtual SectionType GetSectionType( const int theSectionIndex ) const = 0;
 
-  /**
+  /** 
    * Set type for section with given index.
    * \param theSectionIndex index of section
    * \param theSectionType new section type
@@ -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: