plt3DIPlot GetNumberOfWaterfallsOnClipboard
Gets the current number of waterfalls on the clipboard.
Syntax
plt3DIPlot_handle GetNumberOfWaterfallsOnClipboard
Application
HyperWorks Tcl Query
Description
All plots share a single clipboard, which can contain (in theory) one or more waterfalls. The current implementation limits the number of waterfalls that can be on the clipboard at a time to one (or zero).
Returns the number of waterfalls (currently zero or one).
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetNumberOfWaterfallsOnClipboard
Errors
None.