plt3DIPlot PasteWaterfall
Pastes the waterfall curve from the internal clipboard.
Syntax
plt3DIPlot_handle PasteWaterfall index
Application
HyperWorks Tcl Query
Description
Pastes the waterfall curve from the internal clipboard.
Inputs
- index
 - The location to insert the waterfall curve in the number of waterfalls in the current HyperGraph 3D window.
 
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddWaterfall
myPlotName GetWaterfallHandle myWaterfallName 1
myPlotName CopyWaterfall 1
myPlotName PasteWaterfall 1
      Errors
Success (0) or an error code.