Salome HOME
refs #482: new function for export calculation case
[modules/hydro.git] / src / HYDROPy / HYDROData_Polyline3D.sip
index a9e2e63d2f052836e07da300ad8fc9079185423a..299d3df49b57fb4d414c993af3d46a96d63a7092 100644 (file)
@@ -167,6 +167,22 @@ public:
   %End
 
 
+  /**
+   * Sets the child u,z profile for polyline.
+   */
+  void SetChildProfileUZ( HYDROData_ProfileUZ theProfile ) [void ( const Handle_HYDROData_ProfileUZ& )];
+  %MethodCode
+    Handle(HYDROData_ProfileUZ) aRef =
+      Handle(HYDROData_ProfileUZ)::DownCast( createHandle( a0 ) );
+    if ( !aRef.IsNull() )
+    {
+      Py_BEGIN_ALLOW_THREADS
+      sipSelfWasArg ? sipCpp->HYDROData_Polyline3D::SetChildProfileUZ( aRef ):
+                      sipCpp->SetChildProfileUZ( aRef );
+      Py_END_ALLOW_THREADS
+    }
+  %End
+
 protected:
 
   /**