poISystem GetOrientationByNodeMode

Gets the orientation mode for the coordinate system using three nodes.

Syntax

system_handle GetOrientationByNodeMode

Application

HyperView Tcl Query

Description

This command returns the orientation mode for the coordinate system using three nodes. Mode can only be returned for a rectangular system. The return value can be “x-xy”, “x-xz”, “y-yx”, “y-yz”, “z-zx”, “z-zy”.

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 GetUserDefinedSystemHandle sys1 “UserSystem 2”
set mode [sys1 GetOrientationByNodeMode]

hwi CloseStack

Errors

Returns an empty string if there is an error.