::hwp::GetAxis
Gets an axis handle of a 3D plot client.
Syntax
::hwp::GetAxis
Application
HyperWorks Tcl Query
Description
This procedure implements minus options.
This procedure returns an axis handle of HyperGraph.
If no page ID is requested, then it operates on the current/active page.
If no window ID is given, then it returns an axis handle of the active window.
Mandatory Arguments
- -type "x/y/z"
- The type of the axis.
Optional Arguments
- -page "page id"
- The page where the 3D plot is located.
- -window "window id"
- The window where the 3D plot is located.
Returns
Returns an axis handle to the belonging type.
Example
set zAxisHandle [::hwp::GetAxis -type z]