plt3DIPlot GetWaterfallHandle
Gets a pointer to a waterfall curve.
Syntax
plt3DIPlot_handle GetWaterfallHandle iWaterfall index
Application
HyperWorks Tcl Query
Description
Gets a pointer to a waterfall curve.
Inputs
- iWaterfall
- The name of the new handle.
- index
- The number of the waterfall.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetWaterfallHandle myGroupName [myPlotName AddWaterfall]
Errors
Success (0) or an error code.