plt3DICursor FindLocalMin

Moves the cursor to the local minimum of one component of the plot along an axis.

Syntax

plt3DICursor_handle FindLocalMin component axis direction

Application

Tcl Query

Description

Moves the cursor to the local minimum of one component of the plot along an axis.

Inputs

component
The component (X, Y, or Z).
axis
The axis to scan (X, Y, or Z).
direction
Either "forward" or "backward".

Example

To find the next local minimum Z value along X:
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 FindLocalMin "z" "x" foreward

Errors

If no further minima exist, the cursor is not moved.