plt3DICursor FindGlobalMax
Moves the cursor to the global maximum of one component of the plot.
Syntax
plt3DICursor_handle FindGlobalMax component
Application
HyperWorks 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
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.