X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHYDROPy%2FHYDROData_Channel.sip;h=f1ef457ad7c53d671555f6108ba9be2d45425a1b;hb=b86ee42a0010ef6bde30373a8741dd865d557dd3;hp=1ff170acce53a4222bea1ee22fb8426040c6d042;hpb=5500f6abe47e1ba07ba709a7a26e2e4a11699c00;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Channel.sip b/src/HYDROPy/HYDROData_Channel.sip index 1ff170ac..f1ef457a 100644 --- a/src/HYDROPy/HYDROData_Channel.sip +++ b/src/HYDROPy/HYDROData_Channel.sip @@ -63,7 +63,7 @@ public: * Sets reference guide line object for channel. */ bool SetGuideLine( HYDROData_Polyline3D theGuideLine ) - [bool ( const Handle_HYDROData_Polyline3D& )]; + [bool ( const opencascade::handle& )]; %MethodCode Handle(HYDROData_Polyline3D) aRef = Handle(HYDROData_Polyline3D)::DownCast( createHandle( a0 ) ); @@ -80,7 +80,7 @@ public: * Returns reference guide line object of channel. */ HYDROData_Polyline3D GetGuideLine() const - [Handle_HYDROData_Polyline3D ()]; + [opencascade::handle ()]; %MethodCode Handle(HYDROData_Polyline3D) aRef; @@ -102,7 +102,7 @@ public: * Sets reference profile object for channel. */ bool SetProfile( HYDROData_Profile theProfile ) - [bool ( const Handle_HYDROData_Profile& )]; + [bool ( const opencascade::handle& )]; %MethodCode Handle(HYDROData_Profile) aRef = Handle(HYDROData_Profile)::DownCast( createHandle( a0 ) ); @@ -119,7 +119,7 @@ public: * Returns reference profile object of channel. */ HYDROData_Profile GetProfile() const - [Handle_HYDROData_Profile ()]; + [opencascade::handle ()]; %MethodCode Handle(HYDROData_Profile) aRef;