poIIsoValueCtrl GetProjectionRule
Gets the projection rule associated with the iso controller.
Syntax
iso_handle GetProjectionRule
Application
HyperView Tcl Query
Description
This command retrieves the projection rule of the iso value controller. A string of "none" or a string containing two numbers (for example, "2 3") will be returned. The two numbers that are returned represent the primary and secondary axis for projection (1 = x-axis, 2 = y-axis, and 3 = z-axis).
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
model_handle GetResultCtrlHandle result_handle
result_handle GetIsoValueCtrlHandle iso_handle
set rule [iso_handle GetProjectionRule]
hwi CloseStack
Errors
None.