poIModel GetUserDefinedSystemTypeList
Gets a list containing all of the possible types of user-defined systems which can be created.
Syntax
model_handle GetUserDefinedSystemTypeList
Application
HyperView Tcl Query
Description
This command returns a list containing {rectangular cylindrical spherical}
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]
set sys_types [model_handle GetUserDefinedSystemTypeList]
hwi CloseStack
Errors
Returns a non-zero value upon failure.