Set Result Type under Deformed shape
Hi,
I am trying to change the Result type in the Deformed shape in hyperview to 'EigenVector(v)' using tcl command. The default option is Displacement . Need to change that to Eigen vector.
IT will be great if some can help me out.
Thanks in advance
Regards,
Emil
Answers
-
Hi Emil,
Please try: poIScaleCtrl_handle SetAnimationSource Eigenvector
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 GetScaleCtrlHandle poIScaleCtrl_handle
poIScaleCtrl_handle SetAnimationSource Eigenvector
#poIScaleCtrl_handle SetInterpolationScaleMode model_percent
#poIScaleCtrl_handle SetScale '5.0'
hwi CloseStack
Regards,llyle
0