plt3DIWaterfall SetMeshColor

Sets the color of mesh lines superimposed on the waterfall.

Syntax

plt3DIWaterfall_handle SetMeshColor color

Application

Tcl Query

Description

The above example refers to colors by name, by RGB value, and by index.

Inputs

color
A color identifier.

Example

To set the mesh color of an existing waterfall to red, then white, then blue:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName SetMeshColor red
myWaterfallName SetMeshColor "255 255 255"
myWaterfallName SetMeshColor 4

Errors

None.