plt3DIWaterfall SetGenerateCurves

Sets whether the waterfall is visible.

Syntax

plt3DIWaterfall_handle SetGenerateCurves enabled

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.

Inputs

enabled
Highlighted, true or false.

Example

To make a waterfall math based:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName
myWaterfallName SetGenerateCurves true
myClientName Draw

Errors

Success (0) or an error code.