Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_Polyline3D.h
index 259a504773e718a38c368599a982aaf848543bcc..aa4520ff3beba6f85cbf5b0b516a9a38931fb1bf 100644 (file)
@@ -154,6 +154,11 @@ public:
    */
   HYDRODATA_EXPORT void SetChildProfileUZ( const Handle(HYDROData_ProfileUZ)& theProfile );
 
+  /**
+   * Returns list of polyline points.
+   * \return list of 3D points
+   */
+  HYDRODATA_EXPORT Polyline3DPoints GetPoints() const;
 
 protected: