plt3DICursor FindGlobalMax

Moves the cursor to the global maximum of one component of the plot.

Syntax

plt3DICursor_handle FindGlobalMax component

Application

Tcl Query

Description

Moves the cursor to the global maximum of one component of the plot.

Inputs

component
The component (X, Y, or Z).

Example

To find the global maximum Z value:
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 FindGlobalMax "z"

Errors

None.