plt3DIWaterfall GetGenerateCurves

Gets whether waterfall is visible.

Syntax

plt3DIWaterfall_handle GetGenerateCurves

Application

Tcl Query

Description

Waterfalls can be created in two ways: either by adding individual curves (slices), one at a time, or by defining matrices mathematically that are used to generate the constituent curves automatically.

Returns true or false.

Example

To check if an existing waterfall is math-based:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName
myWaterfallName GetGenerateCurves

Errors

None.