Salome HOME
ImportFromFile()
[modules/hydro.git] / src / HYDROData / HYDROData_ProfileUZ.h
index fd543f0723745efbb7263fcd9cca01da943e39a6..aa9ebbc938b8c1886b26948b5d6ecc82c6463ea2 100644 (file)
@@ -168,7 +168,7 @@ public:
    *                        only for section with this index
    * \return list of points
    */
-  HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1 ) const;
+  HYDRODATA_EXPORT virtual PointsList GetPoints( const int theSectionIndex = -1, bool IsConvertToGlobal = false ) const;
 
   HYDRODATA_EXPORT virtual void CalculateAndAddPoints(const NCollection_Sequence<gp_XYZ>& theXYZPoints, Handle_HYDROData_PolylineXY& thePolylineXY);