plt3DIWaterfall GetNumberOfSlices

Gets the current number of slices in the waterfall.

Syntax

plt3DIWaterfall_handle GetNumberOfSlices

Application

Tcl Query

Description

A waterfall can contain any number of curves. Unlike in the case of a curve group, the slices are assumed to be related curves and to share an orientation or direction.Returns the number of curves (an integer).

Example

To get the number of slices in an existing waterfall:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName GetNumberOfSlices

Errors

Returns an empty string if the value is not defined.