Salome HOME
Corrections of examples path after install with scbi
[modules/hydro.git] / src / HYDROData / HYDROData_ProfileUZ.h
index 2fcb3899a9d1595eeac31b94abe5c4a967360077..7e889c6b6978af19896fc62015683d941a8d43ce 100644 (file)
@@ -169,7 +169,7 @@ public:
   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);
+     Handle(HYDROData_PolylineXY)& thePolylineXY, bool fillPolyXY);
 
 protected: