plt3DIPlot CopyWaterfall
Copies the waterfall curve to the internal clipboard.
Syntax
plt3DIPlot_handle CopyWaterfall index
Application
HyperWorks Tcl Query
Description
Copies the waterfall curve to the internal clipboard.
Inputs
- index
- The number of the curve waterfall.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddWaterfall
myPlotName GetWaterfallHandle myGroupName 1
myPlotName CopyWaterfall 1
Errors
Success (0) or an error code.