Salome HOME
Merge branch 'BR_H2018_3' into BR_2018_V8_5
[modules/hydro.git] / src / HYDROPy / HYDROData_Profile.sip
index 601be2037fbdc60009ace46066764c7a11c64238..e67faaea7759c13d080875ba1c55cd3f76e2c120 100644 (file)
@@ -93,7 +93,7 @@ public:
    * \return profile U,Z
    */
   HYDROData_ProfileUZ GetProfileUZ( const bool theIsCreate = true ) const 
-    [Handle_HYDROData_ProfileUZ ( const bool theIsCreate = true )];
+    [opencascade::handle<HYDROData_ProfileUZ> ( const bool theIsCreate = true )];
   %MethodCode
 
     Handle(HYDROData_ProfileUZ) aRefProfileUZ;
@@ -173,8 +173,8 @@ public:
   static int ImportFromFile( HYDROData_Document             theDoc,
                              const TCollection_AsciiString& theFileName,
                              NCollection_Sequence<int>&     theBadProfilesIds,
-                                                        bool isToProject = true )
-  [int ( const Handle_HYDROData_Document&,
+                             bool isToProject = true )
+  [int ( const opencascade::handle<HYDROData_Document>&,
          const TCollection_AsciiString&,
          NCollection_Sequence<int>& )];
   %MethodCode