plt3DIWaterfall RemoveSlice
Removes a slice from a waterfall.
Syntax
plt3DIWaterfall_handle RemoveSlice index
Application
HyperWorks Tcl Query
Description
Removes a slice from a waterfall.
Inputs
- index
- The index of the slice 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 RemoveSlice 1
Errors
None.