plt3DIPlot GetShiftPicking

Gets whether the client receives shift-picking information.

Syntax

plt3DIPlot_handle GetShiftPicking

Application

HyperWorks Tcl Query

Description

If the client enables shift picking, it receives a notification through the ::plot3d::PickObjectByVarname routine in Tcl.

Returns true or false.

Example

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

Errors

Success (0) or an error code.