plt3DIWaterfall GetDataSourceHandle
Gets the handle of a particular data source from the waterfall.
Syntax
plt3DIWaterfall_handle GetDataSourceHandle iSource name
Application
HyperWorks Tcl Query
Description
Waterfalls can be defined by a collection of data sources that are interpreted as matrices and used to generate curves (slices).
Inputs
- iSource
- The name of the new handle.
- name
- The name of data source.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName GetDataSourceHandle dsX x
myWaterfallName GetDataSourceHandle dsY y
myWaterfallName GetDataSourceHandle dsZ z
myWaterfallName GetDataSourceHandle dsW w
Error
None.