Set Result Type under Deformed shape

Emil George
Emil George Altair Community Member
edited October 2020 in Community Q&A

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

image.png.c516274d91eae140c9b1d434d41f7bcc.png

Regards,

Emil 

Answers

  • llyle_20499
    llyle_20499 New Altair Community Member
    edited June 2018

    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