plt3DIWaterfall RemoveCursor
Removes a cursor from a waterfall.
Syntax
plt3DIWaterfall_handle RemoveCursor index
Application
HyperWorks Tcl Query
Description
Cursors are objects that can be used to facilitate picking and querying of values from an underlying data object.
Inputs
- index
- The index of the cursor to remove (one-based).
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName
myWaterfallName RemoveCursor 1
Errors
None.