plt3DIPlot SetCurvePicking

Sets whether the client receives curve-picking information.

Syntax

plt3DIPlot_handle SetCurvePicking enabled

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).

Inputs

enabled
Enabled, 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

None.