plt3DIPlot GetCurvePicking

Gets whether the client wishes to receive curve-picking information.

Syntax

plt3DIPlot_handle GetCurvePicking

Application

Tcl Query

Description

The default behavior when a waterfall is picked with the mouse is to report the varname of the waterfall. If you want to know which slice (curve) was picked, you must enable curve picking (a similar principle applies with curve groups).

Returns true or false.

Example

To check for curve picking in an existing plot:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetCurvePicking

Errors

Success (0) or an error code.