X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Stream.sip;h=07c05255dccddb6cc587e075cf7f488d87232be2;hb=6450e251d00e2beaa02e0de026b0f1af2b948a0e;hp=6fc7a002a055b37350968aaf9a1d38b5abe4ddfc;hpb=373b25511ebe691dc0e332996521c0de189f6db2;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Stream.sip b/src/HYDROPy/HYDROData_Stream.sip index 6fc7a002..07c05255 100644 --- a/src/HYDROPy/HYDROData_Stream.sip +++ b/src/HYDROPy/HYDROData_Stream.sip @@ -62,30 +62,6 @@ public: } %End -public: - // Public methods to work with Stream presentation - - /** - * Returns the left edge of the stream. - */ -// virtual TopoDS_Shape GetLeftShape() const; - - /** - * Returns the right edge of the stream. - */ -// virtual TopoDS_Shape GetRightShape() const; - - /** - * Returns the inlet edge of the stream. - */ -// virtual TopoDS_Shape GetInletShape() const; - - /** - * Returns the outlet edge of the stream. - */ -// virtual TopoDS_Shape GetOutletShape() const; - - public: // Public methods to work with Stream data fields @@ -127,28 +103,6 @@ public: */ void RemoveHydraulicAxis(); - /** - * Returns true if profile has the intersection with the given hydraulic axis. - * Returns the parameter of inresection point on axis if axis is presented by one curve, - * if axis presented by set of edges the returns a common length of segments till the intersection point. - */ -// static bool HasIntersection( const Handle(HYDROData_PolylineXY)& theHydAxis, -// const Handle(HYDROData_Profile)& theProfile, const TopoDS_Face& thePlane, -// Standard_Real& outPar); - - /** - * Returns true if profile has the intersection with reference hydraulic axis. - * Returns the parameter of inresection point on axis if axis is presented by one curve, - * if axis presented by set of edges the returns a common length of segments till the intersection point. - */ -// bool HasIntersection( const Handle(HYDROData_Profile)& theProfile, const TopoDS_Face& thePlane, -// Standard_Real& outPar) const; - - /** - * Builds a planar face - */ -// bool BuildFace( const Handle(HYDROData_PolylineXY)& theHydAxis, TopoDS_Face& thePlane) const; - /** * Add new one reference profile object for stream. */