Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_Channel.h
index a53db842abeda6bbfce977a717ca1bb7e0dbc176..5b4e694f84496701dff8b14f7ac227f12f2d0060 100644 (file)
@@ -100,6 +100,16 @@ public:
    */
   HYDRODATA_EXPORT virtual TopoDS_Shape GetShape3D() const;
 
+  /**
+   * Returns the left edge of the channel.
+   */
+  HYDRODATA_EXPORT virtual TopoDS_Shape GetLeftShape() const;
+
+  /**
+   * Returns the right edge of the channel.
+   */
+  HYDRODATA_EXPORT virtual TopoDS_Shape GetRightShape() const;
+
   /**
    * Update the shape presentations of stream.
    * Call this method whenever you made changes for channel data.