plt3DICursor Find

Moves the cursor to the point corresponding to an argument list.

Syntax

plt3DICursor_handle Find args

Application

Tcl Query

Description

The argument string can contain X, Y, and Z values -or any subset. If you search for "y 7", you will get the first point in the row where y equals 7.

Inputs

args
The argument string.
which
A string indicating which vector to get. The options include x, y, z, u, v, or w. X, Y, and Z vectors of a 3D surface and 3D line plot may be functions of U and V and/or X, Y, and Z. The W vector defines the contour.

Example

To find the points closest to { 5, 7, 22 }:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetAxisHandle mySurfaceName 1
mySurfaceName GetCursorHandle myCursorName 1
myCursorName Find "x 5 y 7 z 22"

Errors

None.