Salome HOME
Bug #487: dump/load script - problem with obstacle.
[modules/hydro.git] / src / HYDROData / HYDROData_Polyline3D.h
index ad7a6e1ae895540e1b9b82998658048f36d40f23..ea550ca9a4acf8aa107fcebc5c06f4b30c80f777 100644 (file)
@@ -132,6 +132,11 @@ public:
    */
   HYDRODATA_EXPORT Handle(HYDROData_ProfileUZ) GetChildProfileUZ( const bool theIsCreate = true ) const;
 
+  /**
+   * Sets the child u,z profile for polyline.
+   */
+  HYDRODATA_EXPORT void SetChildProfileUZ( const Handle(HYDROData_ProfileUZ)& theProfile );
+
 
 protected: