plt3DIPlot SetShiftPicking
Sets whether the client receives shift-picking information.
Syntax
plt3DIPlot_handle SetShiftPicking enabled
Application
HyperWorks Tcl Query
Description
If the client enables shift picking, it will receive a notification through the
::plot3d::PickObjectByVarname
routine in Tcl.
Inputs
- enabled
- Enabled, true or false.
Example
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.